
On abnormal cases: playlist: Requesting header Input command: ffmpeg -i '' -c copy -o '~/filename.ts'

But ffmpeg keeps downloading "nothing" since chunk.m3u8 file contains any new streams. In both cases, playlist.m3u8 and chunk.m3u8 are both downloadable but stream file pieces in chunk.m3u8 don't update any longer.


Sometimes server-sent stream url is invalid or stream stops because server fails to stream. I'm making a bash script to download m3u8 stream on particular time using crontab.
