Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   Video stream recording (http://stream-recorder.com/forum/forumdisplay.php?f=4)
-   -  

[solved]Download m3u8 with CryptKey

(http://stream-recorder.com/forum/showthread.php?t=19309)

ChoRyuJin 01-28-2015 01:34 AM

[solved]Download m3u8 with CryptKey


 
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


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


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.


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?


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

biezom 01-28-2015 02:08 AM

Re: Download m3u8 with CryptKey


 
Code:

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

Re: Download m3u8 with CryptKey


 
Quote:

Originally Posted by biezom (Post 73620)
Code:

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.


All times are GMT -6. The time now is 11:09 PM.