Quote:
Originally Posted by Anidamaru
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