View Single Post
  #66  
Old 06-21-2014, 04:11 AM
sebastian sebastian is offline
Member
 
Join Date: Jun 2007
Posts: 81
sebastian is on a distinguished road
Default

Re: How to dump youtube live TV stream to file using commandline?


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
Reply With Quote