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
To publish rtmp://ip/live/livestream?k=v to SRS, the correct way to use OBS:
rtmp://ip/live/livestream?k=v
rtmp://ip/live
livestream?k=v
However, sometimes the StreamKey has maken lots of people confused, they will literally use as bellow, easpecially for fresh man:
StreamKey
And it's easy to understand.
So, SRS might should support to extract the stream from Server if StreamKey is empty.
Server
That is, if config OBS as:
Covert it to:
And it's compatible with SRT.
If use SRT, you should put the whole string to Server and leave the StreamKey empty, like this:
srt://cvm.ossrs.net:10080?streamid=#!::r=live/cfpkdc,m=publish
And there are serval questions about the OBS config:
It's confusing.
The text was updated successfully, but these errors were encountered:
winlinvip
No branches or pull requests
To publish
rtmp://ip/live/livestream?k=vto SRS, the correct way to use OBS:rtmp://ip/livelivestream?k=vHowever, sometimes the
StreamKeyhas maken lots of people confused, they will literally use as bellow, easpecially for fresh man:rtmp://ip/live/livestream?k=vAnd it's easy to understand.
Solution
So, SRS might should support to extract the stream from
ServerifStreamKeyis empty.That is, if config OBS as:
rtmp://ip/live/livestream?k=vCovert it to:
rtmp://ip/livelivestream?k=vAnd it's compatible with SRT.
Notes
If use SRT, you should put the whole string to
Serverand leave theStreamKeyempty, like this:srt://cvm.ossrs.net:10080?streamid=#!::r=live/cfpkdc,m=publishAnd there are serval questions about the OBS config:
It's confusing.
The text was updated successfully, but these errors were encountered: