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

Node media server ignores hls_time=1:hls_list_size=1 #601

Open
AleksandarKomazec opened this issue Sep 14, 2023 · 0 comments
Open

Node media server ignores hls_time=1:hls_list_size=1 #601

AleksandarKomazec opened this issue Sep 14, 2023 · 0 comments

Comments

@AleksandarKomazec
Copy link

Hi there. My goal is to get the low-latency real-time stream.
So I put this config.
tasks: [
{
app: "live",
hls: true,
hlsFlags: "[hls_time=1:hls_list_size=1:hls_flags=delete_segments]",
dash: false,
},
But what I found is that each segment is 8 seconds long.
My idea was to reduce segments to 1 second or even smaller and to keep just the last segment saved. So when the client of the RC camera joins the server, It receives the newest stream segment.

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

No branches or pull requests

1 participant