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

Some HLS options do not seem to work and other issues #682

Open
maksbotan opened this issue Sep 15, 2015 · 2 comments
Open

Some HLS options do not seem to work and other issues #682

maksbotan opened this issue Sep 15, 2015 · 2 comments

Comments

@maksbotan
Copy link

Hi.
Don't know if bug or just my misunderstanding, so posting here anyway :)

I've noticed that hls_fragment and hls_playlist_length do not have any effect, no matter what I set I have this in .m3u8 files:

#EXT-X-TARGETDURATION:48
#EXTINF:47.747,

As far as I understand, it means that rtmp module is using fragment length of 48s, which is strange.
Moreover, I noticed, that rtmp module cleans out fragments while they are still in the playlist. As a result, Chrome on Android, for example, tries to download first fragment in playlist, gets 404 and refuses to continue.
And one more issue: it seems that rtmp module creates .m3u8 file for stream only after writing first fragment for it (after stream is started), thus leading to a 48 second delay. Can this be worked around?

I'm using nginx-1.9.4 with nginx-rtmp-module-1.1.7.

@nurwin
Copy link

nurwin commented Sep 16, 2015

+1 I've some issue like that. have you see #671 issue? maybe it can help you.

@winlinvip
Copy link

Need to update both the settings of encoder and media server, see HLS low latency settings

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

3 participants