-
-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
FRSC: Supports sub-millisecond latency, replaceable fast channel technology. #120
Comments
This is awesome, when will it be scheduled for development?
|
The player may not be able to support streaming playback at the millisecond level.
|
According to this train of thought, can Flash player achieve it?
|
From encoding to distribution to playback, it should be impossible for Flash to achieve within 1 second.
|
It's impossible for normal TCP to make it, there are some possible ways:
|
Fixed by #307 WebRTC, SRS 4.0. |
|
https://github.com/winlinvip/simple-rtmp-server/issues/120
Supports sub-100 millisecond latency, replaceable fast channel technology
Support <500ms latency, FRSC(fast RTMP-compatible stream channel tech)
Sub-100 millisecond latency requires improvement on the existing RTMP mechanism:
In summary, supporting sub-100 millisecond latency requires a comprehensive set of mechanisms and customization on top of RTMP. Compatibility with standard RTMP should also be considered. Therefore, the main goal of the system is to establish a fast channel, control the latency within the sub-100 millisecond range, and support integration with universal solutions at any point in the fast channel.
TRANS_BY_GPT3
The text was updated successfully, but these errors were encountered: