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

Secure Reliable Transport (SRT) support #1848

Open
Arcitec opened this issue Oct 31, 2024 · 1 comment
Open

Secure Reliable Transport (SRT) support #1848

Arcitec opened this issue Oct 31, 2024 · 1 comment

Comments

@Arcitec
Copy link

Arcitec commented Oct 31, 2024

Related issue on the closed ExoPlayer repo:

google/ExoPlayer#8647

Use case description

SRT is a modern, reliable livestreaming protocol with only 120ms latency (at the default setting), which is able to perfectly handle unstable internet connections.

SRT Alliance:

Official repository:

More information:

Proposed solution

Adding SRT support and low latency presentation mode (#1179) would make ExoPlayer suitable for near-realtime video streaming.

Alternatives considered

https://github.com/ThibaultBee/SrtPlayer is an implementation that reads data via SRT and presents it to ExoPlayer, but it's not production ready.

@Aiuspaktyn
Copy link

Please add Secure Reliable Transport compatibility

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

No branches or pull requests

3 participants