PDA

View Full Version : [solved]Download m3u8 with CryptKey


ChoRyuJin
01-28-2015, 01:34 AM
I'm trying to download a video below
http://logirl.favclip.com/video/tgs_concert05.html

I found that it is a HLS video
I have tried in ffmpeg but it didn't work.
It said 403 Forbidden
http://img.photobucket.com/albums/v315/ChoRyuJin/2015-01-27_131121_zpse03f14e1.png

after that I have tried perl script with openssl installed to download it, however it didn't work.
perl with openssl - https://github.com/osklil/hls-fetch
http://img.photobucket.com/albums/v315/ChoRyuJin/2015-01-28_121444_zps60e0e432.png

and then I tried another npm script by using node.js
trying to obtain a decrypt link - https://www.npmjs.com/package/hls-decryptor
It didn't work too.
http://img.photobucket.com/albums/v315/ChoRyuJin/2015-01-28_130335_zpscf169e00.png

At last, I searched this forum in google and I found that GetFLV may work and so I did try to download by using GetFLV 9.6.5.3.
It could be downloaded but it cannot be play. Is it the problem with the encryption?
http://img.photobucket.com/albums/v315/ChoRyuJin/2015-01-28_162937_zpsbcecc97b.png

I have been struggled since last day. I'm so exhausted.
Could anyone offer help?

biezom
01-28-2015, 02:08 AM
livestreamer "hlsvariant://https://www2.uliza.jp/IF/iphone/iPhonePlaylist.m3u8?v=VIDEO150112962223&p=5281&d=1249&n=2834" best -o test.ts

ChoRyuJin
01-28-2015, 09:35 PM
livestreamer "hlsvariant://https://www2.uliza.jp/IF/iphone/iPhonePlaylist.m3u8?v=VIDEO150112962223&p=5281&d=1249&n=2834" best -o test.ts

Thank you very much! I can download the whole video and play it smoothly!
Problem solved.