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 the video are missing. I'll be watching it from start to beginning and then it'll just skip to another later part.
- Forwarding and rewinding results in gray "blocks" for a sec until everything normalizes.
- Scrolling through the video results in vlc not showing a time for the video anymore. It just says 0
Does my command look right in that I'm saving an m3u8 ts stream to an mpeg?
Could this have anything to do with the processing power of my Pi2 B+?
Thanks!