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

Allow disabling sleep in process streams #69

Merged
merged 1 commit into from
Feb 28, 2024

Conversation

longnguyen2004
Copy link
Collaborator

For true real-time sources (RTSP/RTMP/SRT livestreams), sleeping is not recommended, since it prevents ffmpeg from "catching up" with the livestream, and can cause packet loss from the input side if a UDP-based protocol is used.

This PR adds a parameter to allow disabling the sleeping behavior.

@dank074 dank074 merged commit 8510166 into dank074:master Feb 28, 2024
@longnguyen2004 longnguyen2004 deleted the nosleep branch February 29, 2024 04:28
@longnguyen2004 longnguyen2004 restored the nosleep branch February 29, 2024 09:38
@longnguyen2004 longnguyen2004 deleted the nosleep branch February 29, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants