0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 13:08:50 +02:00
obs-studio/plugins/obs-outputs
Richard Stanway c9dd230a72 obs-outputs: Explicitly close RTMP socket on send error
Some send() errors are not treated as fatal but the connection gets shut
down regardless. When this happens, librtmp may send an FCunpublish
message which various services interpret as an "end of stream" message
and disable features like "disconnect protection". Instead, let's
explicitly close the socket so that the remote end is aware that this is
an unclean disconnect.
2023-03-18 15:38:54 -07:00
..
data/locale Update translations from Crowdin 2023-01-08 04:10:37 +00:00
ftl-sdk@d0c8469f66 obs-outputs: Update FTL sdk to latest version 2020-02-27 06:45:43 -08:00
librtmp obs-outputs: Explicitly close RTMP socket on send error 2023-03-18 15:38:54 -07:00
CMakeLists.txt obs-outputs: Fix RTMP undefined symbols if built without Mbed TLS 2023-03-07 17:01:49 -05:00
flv-mux.c obs-outputs: Remove unused macro 2023-01-28 19:03:55 -08:00
flv-mux.h obs-outputs: Remove legacy multitrack code 2020-08-24 13:07:55 -07:00
flv-output.c obs-ffmpeg, obs-outputs: Check return of obs_encoder_get_extra_data 2022-06-25 16:03:12 -07:00
ftl-stream.c obs-ffmpeg, obs-outputs: Check return of obs_encoder_get_extra_data 2022-06-25 16:03:12 -07:00
net-if.c obs-output: Fix compiler warnings 2022-05-04 01:37:10 -07:00
net-if.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
null-output.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
obs-output-ver.h Output version/commit to RTMP stream metadata 2014-07-01 13:41:32 -07:00
obs-outputs.c plugins: Update CMakeLists.txt for included plugins 2022-03-16 23:11:08 +01:00
rtmp-helpers.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
rtmp-stream.c obs-outputs,UI: Disable Windows-only options on non-Windows 2023-03-18 15:29:50 -07:00
rtmp-stream.h obs-outputs: Add support for "RTMP Go Away" feature 2021-12-21 09:44:21 -08:00
rtmp-windows.c obs-outputs: Remove unnecessary header 2021-10-10 19:12:45 -07:00