You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SRT is a modern, reliable livestreaming protocol with only 120ms latency (at the default setting), which is able to perfectly handle unstable internet connections.
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.
The text was updated successfully, but these errors were encountered: