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

Restreamer's provided SRT address incompatible with OBS when special characters are used #752

Open
kyelewis opened this issue May 8, 2024 · 2 comments
Labels
bug Program error or software error or software anomaly.

Comments

@kyelewis
Copy link

kyelewis commented May 8, 2024

When setting up a new video channel with an SRT source, the SRT URL provided to copy in restreamer will not work in OBS if there are some special characters.

Example with passphrase "def456@"

Restreamer provides:
srt://192.168.0.1:6000?mode=caller&transtype=live&streamid=1bc02834-4604-438c-924c-f3de259887bc.stream,mode:publish,token:abc123&passphrase=def456%40

OBS requires:
srt://192.168.0.1:6000?mode=caller&transtype=live&streamid=1bc02834-4604-438c-924c-f3de259887bc.stream,mode:publish,token:abc123&passphrase=def456@

@kyelewis kyelewis added the bug Program error or software error or software anomaly. label May 8, 2024
@kyelewis
Copy link
Author

kyelewis commented May 8, 2024

(Open to discussion whether the restreamer or OBS behaviour is incorrect here, but worth discussing)

@ioppermann
Copy link
Member

This is indeed worth discussing. The SRT URL uses the query syntax to transport values for options. This should allow character encoding and should be decoded by OBS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Program error or software error or software anomaly.
Projects
None yet
Development

No branches or pull requests

2 participants