View Single Post
  #2  
Old 04-19-2015, 10:17 PM
surya987 surya987 is offline
Senior Member
 
Join Date: May 2014
Location: India
Posts: 280
surya987 is on a distinguished road
Default

Re: how to record this link


here is 720p link.

Code:
https://s3.amazonaws.com/videos.formation.hls.streaming/FR_184/fr_184_02_00/hd/fr_184_02_00_445_hd.m3u8
use FFMPEG to get full video..

Code:
ffmpeg -i "https://s3.amazonaws.com/videos.formation.hls.streaming/FR_184/fr_184_02_00/hd/fr_184_02_00_445_hd.m3u8" -c:v copy -c:a copy -f mpegts output.flv

Reply With Quote