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

Support ingesting SRT streams that don't have stream id #6032

Closed
mekya opened this issue Jan 13, 2024 · 0 comments
Closed

Support ingesting SRT streams that don't have stream id #6032

mekya opened this issue Jan 13, 2024 · 0 comments
Assignees

Comments

@mekya
Copy link
Contributor

mekya commented Jan 13, 2024

Ant Media Server expects to have streamid in the srt url as follows:
srt://example.antmedia.io:4200?streamid=LiveApp/stream1

Unfortunately, some old SRT encoders or softwares still don't support streamid.

Solution:
Let Ant Media Server have a configuration parameter which is an application name that ingests SRT streams without having streamid. Secondly, streamid can be generated from the peer IP address so that it may be estimated.

Objection: Peer IP address may cause some problems if there are more than one publisher is coming from the same instance. Then there may be index suffix for the streamid.

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

No branches or pull requests

3 participants