View Single Post
  #2  
Old 09-07-2015, 07:37 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Trying to sniff URL for TG4 website


hi

Code:
livestreamer "hlsvariant://http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4456415974001&pubId=1290862567001" best -o videos.ts
or
Code:
ffmpeg -i "http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4456415974001&pubId=1290862567001" -c copy video.ts
and with .mp4 format
Code:
ffmpeg -i "http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4456415974001&pubId=1290862567001" -absf aac_adtstoasc  -c copy video.mp4
Reply With Quote