0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/obs-ffmpeg
Maya Venkatraman 49d351b537 obs-ffmpeg: Add HLS output
Add and register an obs_output_info struct called
ffmpeg_hls_muxer. It uses ffmpeg's HLS muxer to stream output.

Add threading and buffer to reduce skipped frames.
Also add frame drop logic when there are too many packets in the
buffer for congestion control.
2020-10-13 13:54:42 -07:00
..
data/locale Update translations from Crowdin 2020-09-27 23:07:27 +02:00
external obs-ffmpeg: Move external headers to external dir 2019-06-23 23:54:26 -07:00
ffmpeg-mux obs-ffmpeg: Add HLS output 2020-10-13 13:54:42 -07:00
CMakeLists.txt obs-ffmpeg: Add HLS output 2020-10-13 13:54:42 -07:00
jim-nvenc-helpers.c obs-ffmpeg: Show friendly error for NV_ENC_ERR_INVALID_VERSION 2020-05-24 14:42:14 +02:00
jim-nvenc.c Update VIDEO_CS_DEFAULT to mean 709 instead of 601 2020-09-06 20:51:28 -07:00
jim-nvenc.h obs-ffmpeg: Use new encoder error handling functions 2020-04-12 17:05:19 +02:00
obs-ffmpeg-audio-encoders.c obs-ffmpeg: Use new encoder error handling functions 2020-04-12 17:05:19 +02:00
obs-ffmpeg-compat.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-ffmpeg-config.h.in obs-ffmpeg: Separate logging code 2019-07-09 10:07:24 -07:00
obs-ffmpeg-formats.h obs-ffmpeg: Fix video warnings 2019-08-30 22:13:11 -07:00
obs-ffmpeg-hls-mux.c obs-ffmpeg: Add HLS output 2020-10-13 13:54:42 -07:00
obs-ffmpeg-logging.c obs-ffmpeg: Separate logging code 2019-07-09 10:07:24 -07:00
obs-ffmpeg-mux.c obs-ffmpeg: Add HLS output 2020-10-13 13:54:42 -07:00
obs-ffmpeg-mux.h obs-ffmpeg: Add HLS output 2020-10-13 13:54:42 -07:00
obs-ffmpeg-nvenc.c Update VIDEO_CS_DEFAULT to mean 709 instead of 601 2020-09-06 20:51:28 -07:00
obs-ffmpeg-output.c obs-ffmpeg: fix crash with rawvideo 2020-09-08 21:22:24 -07:00
obs-ffmpeg-output.h Merge pull request #2356 from jpark37/sycc-color-space 2020-08-05 08:58:21 -07:00
obs-ffmpeg-source.c obs-ffmpeg: Fix crash when seeking with no media 2020-08-24 02:43:42 -05:00
obs-ffmpeg-vaapi.c Update VIDEO_CS_DEFAULT to mean 709 instead of 601 2020-09-06 20:51:28 -07:00
obs-ffmpeg.c obs-ffmpeg: Add HLS output 2020-10-13 13:54:42 -07:00