obs-studio/plugins/obs-outputs
Thulinma 244b6c92e6 obs-outputs: Fix RTMP restart not always working
Bug is caused by the internal connection variables not being reset on
reconnect, leading OBS to both be unable to parse valid packets from and
send valid packets to the remote end.  This commit splits RTMP_Init off
into a new RTMP_Reset function, which resets these internal variables
without re-initing the rest of the library.  The original RTMP_Init
calls the new function, perfectly preserving the old behaviour while
adding a new reset function to address the issue with.

Fixes obsproject/obs-studio#2865
2021-01-31 18:44:11 -08:00
..
data/locale Update translations from Crowdin 2020-12-14 00:29:44 +01:00
ftl-sdk@d0c8469f66 obs-outputs: Update FTL sdk to latest version 2020-02-27 06:45:43 -08:00
librtmp obs-outputs: Fix RTMP restart not always working 2021-01-31 18:44:11 -08:00
CMakeLists.txt obs-outputs: Use system-wide FTL if present 2021-01-17 20:07:03 -08:00
flv-mux.c plugins: Clear compile warnings on Linux 2020-08-26 01:34:03 -03:00
flv-mux.h obs-outputs: Remove legacy multitrack code 2020-08-24 13:07:55 -07:00
flv-output.c obs-outputs: Remove legacy multitrack code 2020-08-24 13:07:55 -07:00
ftl-stream.c UI: Support FTL URLs for custom streaming service 2021-01-13 09:44:52 -08:00
net-if.c obs-outputs: Minor pointer fixes 2019-06-29 01:28:16 +02: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-config.h.in obs-outputs: Add FTL output 2017-08-01 02:27:34 -07:00
obs-outputs.c obs-outputs: Check support for mbedtls func 2020-08-22 11:22:24 -07:00
rtmp-helpers.h clang-format: Apply formatting 2019-06-23 23:49:10 -07:00
rtmp-stream.c obs-outputs: Fix RTMP restart not always working 2021-01-31 18:44:11 -08:00
rtmp-stream.h obs-outputs: Remove legacy multitrack code 2020-08-24 13:07:55 -07:00
rtmp-windows.c clang-format: Apply formatting 2019-06-23 23:49:10 -07:00