View Single Post
  #3  
Old 06-03-2015, 05:10 PM
Chemist925 Chemist925 is offline
Senior Member
 
Join Date: May 2014
Posts: 138
Chemist925 is on a distinguished road
Question

Re: How to record ATV live streaming


Quote:
Originally Posted by biezom View Post
hi
720p
Code:
ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b1500000.m3u8" atv.ts
480p
Code:
ffmpeg -i "http://edge-31-us.edge.mdstrm.com/live-stream/_definst_/smil:c23b8a0a21d215482b4c2703e47f675a/chunklist_b950000.m3u8" atv.ts

but it's not good bitrate quality

720p ~ 1300kbits
480p ~ 900kbits


you could use livestreamer too an choose quality with variant playlist


Code:
livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 720p -o atv.ts
Code:
livestreamer "hlsvariant://http://edge-31-us.edge.mdstrm.com/live/smil:c23b8a0a21d215482b4c2703e47f675a/playlist.m3u8" 480p -o atv.ts
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.
Reply With Quote