PDA

View Full Version : Ripping a livestream from Rock in Rio


Anidamaru
09-21-2015, 04:58 AM
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

biezom
09-21-2015, 05:54 AM
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
livestreamer "hlsvariant://http://aolhdshls-lh.akamaihd.net/i/rockinrio092415_1@140684/master.m3u8" best -o highlights.ts
or
ffmpeg -i "http://aolhdshls-lh.akamaihd.net/i/rockinrio092415_1@140684/master.m3u8" -c copy highlights.ts

.mp4 format
ffmpeg -i "http://aolhdshls-lh.akamaihd.net/i/rockinrio092415_1@140684/master.m3u8" -bsf:a aac_adtstoasc -c copy highlights.mp4

Anidamaru
09-21-2015, 06:23 AM
Thanks! :)

Stream Ripper
09-21-2015, 07:32 PM
Good stuff thanks! :)