Replies: 1 comment 2 replies
-
What's the use case? I mean the real world use case. I'm told that for SRT, there is only one stream for a IP/device to publish, like a broadcast device. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I've noticed your recent commit to support configurable default_stream option when client didn't provide/use stream id.
Since SRS can receive only ONE stream without streamid could SRS automaticaly add to configured/default streamId the Ip, for example?
Like "#!::r=live/livestream_IP,m=publish";
Theoretically in this case SRS could receive multiple simple streams without a stream id defined by users, the distinction between them being made by the attached IP.
Ex.:
"#!::r=live/livestream**_IP_1**,m=publish";
"#!::r=live/livestream**_IP_2**,m=publish";
"#!::r=live/livestream**_IP_3**,m=publish";
Am I wrong?
regards,
laur
Beta Was this translation helpful? Give feedback.
All reactions