Re: [FFmpeg-user] HLS Streaming - FFMPEG: Program date time of older segment also changing in playlist.m3u8 when re-streaming after discontinuity.

2020-11-12 Thread Vignesh Ravichandran
andrei ka wrote > you mean the names of segments are the same, not "program time"... would > make sense to me if the idea was related to kicking the last couple of ts > out from caches (you may need to read src code for understanding why it's > happening)... what if you delete all m3u8 before resta

Re: [FFmpeg-user] HLS Streaming - FFMPEG: Program date time of older segment also changing in playlist.m3u8 when re-streaming after discontinuity.

2020-11-11 Thread andrei ka
you mean the names of segments are the same, not "program time"... would make sense to me if the idea was related to kicking the last couple of ts out from caches (you may need to read src code for understanding why it's happening)... what if you delete all m3u8 before restart... ? &rei __

[FFmpeg-user] HLS Streaming - FFMPEG: Program date time of older segment also changing in playlist.m3u8 when re-streaming after discontinuity.

2020-11-11 Thread Suriya Velusamy
HI, Following is the ffmpeg command used to stream the data. ffmpeg -re -f avfoundation -framerate 30 -i 0 -codec:v h264_videotoolbox -x264-params keyint=120:scenecut=0 -codec:a copy -f hls -hls_list_size 60 -hls_time 10 -hls_flags delete_segments -hls_flags +append_list -hls_flags +disco