Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SRT seems to not be supported #1042

Open
iameli opened this issue Dec 1, 2021 · 3 comments
Open

SRT seems to not be supported #1042

iameli opened this issue Dec 1, 2021 · 3 comments

Comments

@iameli
Copy link

iameli commented Dec 1, 2021

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?

@basisbit
Copy link

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

@jbain
Copy link

jbain commented Aug 30, 2022

+1 would love to see this implemented

@iameli
Copy link
Author

iameli commented Aug 31, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants