View Single Post
  #2  
Old 03-15-2013, 05:49 AM
PayNow PayNow is offline
Member
 
Join Date: Jun 2012
Posts: 72
PayNow is on a distinguished road
Default

Re: m3u8 <- how to dowload?


use ffmpeg
in win
ffmpeg.exe -i "yourlinkhere" -c copy output.ts

linux
ffmpeg -i "yourlinkhere" -c copy output.ts
Reply With Quote