A new directive hls_continuous makes HLS generation more consistent. When stream is started nginx-rtmp parses the playlist and finds the last sequence number. Streaming is started from that sequence number.
hls on;
hls_path /tmp/hls;
hls_continuous on;
Ffplay/ffmpeg is completely happy with that. However VLC sometimes stops playing at fragment boundary.
The feature is off by default.
No comments:
Post a Comment