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

Re: Ripping a livestream from Rock in Rio


Quote:
Originally Posted by Anidamaru View Post
Hi,

I used quite a few programms such as ffmpeg, downthemall!, etc. to download the livestream of Rock in Rio festival in Rio de Janeiro, but I couldn't make it work

The livestream is here: http://www.aol.com/rockinrio/

Currently there are highlights from previous days, but it doesn't matter as of solving the problem because I cannot rip that either!

Somebody knows how to help me?

cheers
hi
for the moment

.ts format
Code:
livestreamer  "hlsvariant://http://aolhdshls-lh.akamaihd.net/i/rockinrio092415_1@140684/master.m3u8" best -o highlights.ts
or
Code:
ffmpeg -i "http://aolhdshls-lh.akamaihd.net/i/rockinrio092415_1@140684/master.m3u8" -c copy highlights.ts
.mp4 format
Code:
ffmpeg -i "http://aolhdshls-lh.akamaihd.net/i/rockinrio092415_1@140684/master.m3u8" -bsf:a aac_adtstoasc -c copy highlights.mp4
Reply With Quote