obs-studio-node icon indicating copy to clipboard operation
obs-studio-node copied to clipboard

SRT seems to not be supported

Open iameli opened this issue 3 years ago • 3 comments

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:

[000:00:00:08.929.091.375][Info] [rtmp stream: 'simple_stream'] Connecting to RTMP URL srt://rtmp.livepeer.com:2935?streamid=[redacted]...
[000:00:00:08.929.127.250][Info] Unknown protocol!

versus mainline OBS:

13:34:48.816: [ffmpeg muxer: 'simple_stream'] Writing file 'srt://rtmp.livepeer.com:2935?streamid=[redacted]'...

Potentially just a build option that would need to be changed to include libsrt?

iameli avatar Dec 01 '21 22:12 iameli

+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.

basisbit avatar Feb 22 '22 02:02 basisbit

+1 would love to see this implemented

jbain avatar Aug 30 '22 18:08 jbain

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.

iameli avatar Aug 31 '22 08:08 iameli