Hi, I have an HTTP streaming stream for ffmpeg I want to create HLS im streams using ffmpeg to do this
ffmpeg -i http:
i works fine, i just want to remove old segmens that are not showing in playlist.m3u8
segment_list_size 10
this will save the last 10 in the playlist file, I want to save only these files on the hard drive
source share