View Single Post
  #4  
Old 06-03-2015, 05:35 PM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: How to record ATV live streaming


Quote:
Originally Posted by Chemist925 View Post
Thanks bro, it worked with no hassles. By the way why the file extension is .ts instead of flv?. would it be a problem if i change it to flv?. Thanks.

1) I corrected the code with ffmpeg in my previous post. I forgot the -c copy option
>>> better quality

2)
Code:
ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" -c copy  -bsf:a aac_adtstoasc   atv.flv
Reply With Quote