1. 17 7月, 2015 2 次提交
    • J
      libobs: Fix bug with a win8 log message · c53f4f2f
      jp9000 提交于
      I unintentionally stored the windows version in a 16bit format rather
      than an 8bit format.
      c53f4f2f
    • J
      libobs/util: Load win. module deps from same dir · d7d44a92
      jp9000 提交于
      Certain plugins/modules that are loaded on windows may be dependent on
      libraries that are located in the same directory as the module in
      question.  This makes is so that LoadLibrary will also search for
      dependent libraries for that module in the module's directory.
      d7d44a92
  2. 16 7月, 2015 6 次提交
  3. 14 7月, 2015 3 次提交
  4. 13 7月, 2015 1 次提交
  5. 12 7月, 2015 16 次提交
  6. 11 7月, 2015 3 次提交
    • J
      obs-outputs: Fix stuck "Connecting" with no key · cec88d28
      Jess Mayo 提交于
      With no stream key, no streams were actually being created.
      This is a crazy configuration anyway, but it resulted in OBS getting
      stuck in the "Connecting" state with no way to cancel.
      We now just use the blank key and hope for the best.
      cec88d28
    • J
      obs-outputs: Fix rtmp authentication · 1682d77d
      Jess Mayo 提交于
      Reinstate flag checks in RTMP_Close that were erroneously removed.
      
      Clear out the Link state before we establish a new connection. There is
      too much state carried around during authentication that has no good
      place to clear it in librtmp, which assumes a clean structure when the
      connection is initially established.
      1682d77d
    • T
      rtmp-services: Update Beam's recommended settings · fb4bee25
      Taylor Blau 提交于
      fb4bee25
  7. 10 7月, 2015 7 次提交
  8. 09 7月, 2015 2 次提交
    • J
      libobs: Fix audio filters killing video on source · 91bfb53e
      jp9000 提交于
      When an audio filter is applied to a video source that also has
      accompanying audio, it would cause the video from the source to stop
      rendering.
      
      The original code this was from was to prevent audio-only sources from
      rendering video, but I neglected to make sure that this would not apply
      to filters, and thus when an audio filter is on a source with video, the
      code would kill the video.
      91bfb53e
    • P
      libobs/util: Make os_sleepto_ns more accurate on windows · 231dfbd9
      Palana 提交于
      231dfbd9