0
0
mirror of https://github.com/obsproject/obs-studio.git synced 2024-09-20 21:13:04 +02:00
obs-studio/plugins/obs-outputs
Kazuki Yamaguchi fb7a037bc8 obs-outputs: Fix binding to IPv6 addresses on *nix
Fix inet_ntop()/inet_pton() being called with an incorrect argument for
IPv6 addresses.

On Linux, the offset of the sin_addr and sin6_addr fields differ and
the confusion on the inet_ntop() call produces an erroneous IPv6 string
representation such as "0:0:2001:db8::". This is visible on the UI,
Settings -> Advanced -> Network -> Bind to IP.

The same goes for the inet_pton() call.
2021-08-15 02:50:32 -07:00
..
data/locale Update translations from Crowdin 2021-06-11 07:18:15 -07: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: Fix binding to IPv6 addresses on *nix 2021-08-15 02:50:32 -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-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