-
-
Notifications
You must be signed in to change notification settings - Fork 363
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
HLS #18
Comments
ffmpeg -re -i "https://" |
In a Dockerfile I put:
Then in your
I'm still trying to tune the settings for more reliable loading via HLS clients. Suggestions / feedback welcome! |
@wilhelm10243 , Daily.co solved this problem here: |
@charlesbrandt did you ever manage to tune the settings for reliable loading? We're trying to minimize delay down to 5-10 seconds. |
Hey - accidentally I opened #34. I couldn't get the delay down too much either - it seems regardless of the 5s chunk setting, the minimum is around 7-8s. Maybe one could see the reason for that in the module source code if wants to dig in. |
Actually configuring
got the delay down to 5 sec. The |
The absolute only solution we found was to increase the frequency of key frames. It solved all problems...
Even increasing keyframe frequency in OBS solved it... |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Is it possible to open the HLS Feature in the RTMP module?
The text was updated successfully, but these errors were encountered: