Got a short question. Am using this command to dump livestreams, e.g.
https://www.youtube.com/watch?v=L4n4O_mGBh0
Code:
ffmpeg -i “http://streamlocation.m3u8″ -c copy c:\FileName.ts
That works, but is there a way to tell ffmpeg to start downloading from first segment? The youtube livestream itself is seekable.
Best
Sebastian