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

Reduce the minimum latency of the RTMP server #257

Closed
winlinvip opened this issue May 15, 2015 · 2 comments
Closed

Reduce the minimum latency of the RTMP server #257

winlinvip opened this issue May 15, 2015 · 2 comments
Assignees
Labels
Enhancement Improvement or enhancement. Feature It's a new feature. TransByAI Translated by AI/GPT.
Milestone

Comments

@winlinvip
Copy link
Member

winlinvip commented May 15, 2015

RTMP Low Latency.

@winlinvip winlinvip added this to the srs 2.0 release milestone May 15, 2015
@winlinvip winlinvip added Enhancement Improvement or enhancement. Feature It's a new feature. labels May 15, 2015
@winlinvip
Copy link
Member Author

winlinvip commented Jan 23, 2017

The RTMP delay is composed of encoding delay, transmission delay from encoding to server, server buffering delay, transmission delay from server to player, and player buffering delay. This issue only addresses reducing the active transmission delay of the server, which means forwarding the package to the PEER as soon as the server receives it. However, if the PEER is not in a hurry to receive or there are network issues, the delay will still be high. In other words, this only reduces the active factors in the transmission delay of the server, and it cannot solve the delay caused by objective factors in the physical network and the strategies of the PEER.

TRANS_BY_GPT3

@winlinvip
Copy link
Member Author

See #307

@winlinvip winlinvip changed the title 降低服务器RTMP的最低延迟 Reduce the minimum latency of the RTMP server Jul 28, 2023
@winlinvip winlinvip added the TransByAI Translated by AI/GPT. label Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Improvement or enhancement. Feature It's a new feature. TransByAI Translated by AI/GPT.
Projects
None yet
Development

No branches or pull requests

1 participant