Hi, I'm automating saving of streams on my Pi2 B+ using cron. The command I use is "cvlc stream.m3u8 --sout=file/ts:foo.mpg --run_time 3600" This works correctly in that the resulting video file gets created and is playable (again through vlc). However, a few things are off.. Segments of t...