You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OBS Studio supports the SRT protocol since 25.0, and obs-studio-node seems to be on v27.0.3 as far as I can tell. But attempting to stream SRT with Streamlabs OBS results in:
+1 on this. SRT is much more reliable than RTMP and it is quite annoying to have to convince musicians / DJs switch to OBS (and have them set up the scenes,... again) just because Stramslabs does not support SRT.
I looked into this a little bit more and it does seem like the only change necessary would be to add SRT (and potentially a TLS library like mbedtls) to the streamlabs ffmpeg compilation.
If anyone is implementing that, you could take a look at RIST as well! All free functionality if you just add them to the ffmpeg build.
OBS Studio supports the SRT protocol since 25.0, and obs-studio-node seems to be on v27.0.3 as far as I can tell. But attempting to stream SRT with Streamlabs OBS results in:
versus mainline OBS:
Potentially just a build option that would need to be changed to include
libsrt
?The text was updated successfully, but these errors were encountered: