obs-studio/obs
jp9000 92522d1886 Implement RTMP module (still needs drop code)
- Implement the RTMP output module.  This time around, we just use a
   simple FLV muxer, then just write to the stream with RTMP_Write.
   Easy and effective.

 - Fix the FLV muxer, the muxer now outputs proper FLV packets.

 - Output API:
   * When using encoders, automatically interleave encoded packets
     before sending it to the output.

   * Pair encoders and have them automatically wait for the other to
     start to ensure sync.

   * Change 'obs_output_signal_start_fail' to 'obs_output_signal_stop'
     because it was a bit confusing, and doing this makes a lot more
     sense for outputs that need to stop suddenly (disconnections/etc).

 - Encoder API:
   * Remove some unnecessary encoder functions from the actual API and
     make them internal.  Most of the encoder functions are handled
     automatically by outputs anyway, so there's no real need to expose
     them and end up inadvertently confusing plugin writers.

   * Have audio encoders wait for the video encoder to get a frame, then
     start at the exact data point that the first video frame starts to
     ensure the most accrate sync of video/audio possible.

   * Add a required 'frame_size' callback for audio encoders that
     returns the expected number of frames desired to encode with.  This
     way, the libobs encoder API can handle the circular buffering
     internally automatically for the encoder modules, so encoder
     writers don't have to do it themselves.

 - Fix a few bugs in the serializer interface.  It was passing the wrong
   variable for the data in a few cases.

 - If a source has video, make obs_source_update defer the actual update
   callback until the tick function is called to prevent threading
   issues.
2014-04-07 22:00:10 -07:00
..
forms Add source properties window (very preliminary) 2014-03-23 01:07:54 -07:00
CMakeLists.txt Fix getting the X11 display with the Qt ui 2014-04-03 23:41:22 +02:00
display-helpers.hpp Add source properties window (very preliminary) 2014-03-23 01:07:54 -07:00
obs-app.cpp Use atomics for allocation counter 2014-04-07 01:25:38 -07:00
obs-app.hpp Activate user-selected audio devices 2014-03-07 17:03:34 -07:00
platform-osx.mm Remove unnecessary distinction between 32bit and 64bit on osx 2014-01-25 20:39:09 +01:00
platform-windows.cpp Adjust file finding functions to also search the install root dir on Windows 2014-01-26 02:04:37 +01:00
platform-x11.cpp Restructure installation and package generation 2014-01-25 19:13:33 +01:00
platform.hpp Finish the rest of the settings dialog code 2014-01-26 15:36:15 -07:00
properties-view.cpp Improve properties API 2014-04-04 00:30:37 -07:00
properties-view.hpp Improve properties API 2014-04-04 00:30:37 -07:00
qt-display.hpp Mark method as override 2014-01-25 07:23:57 +01:00
qt-wrappers.cpp Fix getting the X11 display with the Qt ui 2014-04-03 23:41:22 +02:00
qt-wrappers.hpp Use only one widget for preview 2014-03-07 10:19:03 -07:00
window-basic-main.cpp Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
window-basic-main.hpp Implement RTMP module (still needs drop code) 2014-04-07 22:00:10 -07:00
window-basic-properties.cpp Add source properties window (very preliminary) 2014-03-23 01:07:54 -07:00
window-basic-properties.hpp Add source properties window (very preliminary) 2014-03-23 01:07:54 -07:00
window-basic-settings.cpp Improve properties API 2014-04-04 00:30:37 -07:00
window-basic-settings.hpp Add preliminary streaming code for testing 2014-03-10 13:10:35 -07:00
window-main.hpp Move basic mode configuration to a separate file 2014-03-06 21:08:12 -07:00
window-namedialog.cpp Fix building on non-MSVC compilers 2014-01-24 18:56:33 +01:00
window-namedialog.hpp Fix building on non-MSVC compilers 2014-01-24 18:56:33 +01:00