1. 16 8月, 2015 5 次提交
    • J
      rtmp-services: Remove gaminglive.tv · 1f31fa80
      jp9000 提交于
      Apparently the site has been dissolved and/or bought out.  It seems it
      will reform as something else later on in the future.
      1f31fa80
    • J
      rtmp-services: Add rtmp URL lookup config file · 9499ffc1
      jp9000 提交于
      This URL is set via cmake instead of being baked in to the actual source
      code.
      9499ffc1
    • J
      rtmp-services: Add "Show all services" option · 1c5a071e
      jp9000 提交于
      I made the rather tough call of not showing all services by default; I
      didn't want to have to do this, but too many services are asking to be
      put in to the program, and any time I add a service in to the list, I
      feel uncomfortable because I feel like I'm potentially advertising them,
      and/or they're using our program to advertise as well.  Some of these
      services are particularly bad at policing illegal/copyrighted content,
      host content that I personally find distasteful or incredibly stupid
      (what the heck is up with these "vaping" streams?), or are just fairly
      terrible websites in general that I just feel uncomfortable with showing
      by default.
      
      However, I do not really want to reject anyone either, I want to let
      their users be able to use our program with relative ease, but more than
      anything I just simple don't want to be seen as "endorsing" some of
      these websites (more than others in particular).  I know that a "show
      all services" checkbox is probably pretty pointless/superfluous thing to
      do, but I feel like it's at the very least a means of saying "hey, I
      don't really endorse these guys," or "use at your own risk," or
      "warning: this website is incredibly terrible."
      
      Honestly, I couldn't really think of any better solution that would
       a.) still list all services without outright censoring them, and
       b.) prevent us from being seen as "endorsing" all services.
      
      (Although maybe this whole thing feels a bit.. passive aggressive.  I
      feel like I'm tipping over someone's garden gnome in the middle of the
      night while they're sleeping.  Still, it's something.)
      
      NOTE: This code is backward compatible; i.e., if you previously had a
      service selected that's not common but don't have the "show all"
      checkbox checked, it'll still show that service for convenience.
      1c5a071e
    • J
      rtmp-services: Always use CBR for all services · 61d86d93
      jp9000 提交于
      Services almost always recommend this be enabled, and I generally want
      to make configuration easier for users; with CBR they don't have to set
      things like the CRF value.
      61d86d93
    • J
      libobs: Add obs_data_create_from_json_file func · d53cef47
      jp9000 提交于
      Just a little helper function that allows you to create an obs_data_t
      object from a json file (rather than having to manually open it each
      time and then call obs_data_create_from_json on the file data)
      d53cef47
  2. 15 8月, 2015 2 次提交
  3. 14 8月, 2015 8 次提交
  4. 13 8月, 2015 7 次提交
  5. 12 8月, 2015 13 次提交
  6. 11 8月, 2015 2 次提交
  7. 10 8月, 2015 3 次提交