Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Download video from this siteIn order to see the demo video, click on "VER VÍDEO DEMONSTRATIVO" on the right side.
Link: http://bit.ly/1sxVRpO I've tried a couple things that haven't worked so far. Would anyone be able to help? Thank you in advance |
#2
|
|||
|
|||
Re: Download video from this site |
#3
|
|||
|
|||
Re: Download video from this siteQuote:
|
#4
|
|||
|
|||
Re: Download video from this siteOk i'll explain and in this forum is very hard someone explain something. The stream is AES-128 encrypted, so you need the key. If you'll play the video, you will found the "key.php" in the temporany folder of your browser, i'm using IE. Now you need to edit the "chunk.m3u8" in this way:
Code:
#EXTM3U #EXT-X-VERSION:3 #EXT-X-TARGETDURATION:10 #EXT-X-MEDIA-SEQUENCE:0 #EXT-X-KEY:METHOD=AES-128,URI="key.php" #EXTINF:3.066, http://iapcursos.localmidia.com.br/iapcursos/_definst_/iapcursos/Portugues/AcordoOrtografico/PorACOMourao001.mp4/n_0_0_0.ts?nimblesessionid=XXXXX At this point save the "key.php" and "chunk.m3u8" in the same location. With ffmepeg: Code:
ffmpeg -i "X:\Path\chunk.m3u8" -c copy Final.ts Good Luck. |
#5
|
|||
|
|||
Re: Download video from this siteFirst of all, thanks for your help (indeed, people here tend not to get into detail). But there's still a problem. I cannot find the key.php file. I've tried several browsers and the key isn't in any of the temp folders I inspected. Correct me if I'm wrong but I thought browsers wouldn't download php files as they're server-side scripts.
Thank you again sir |
#6
|
|||
|
|||
Re: Download video from this siteEasy way. Download ChromeCacheView --> Search the "key" --> Click on the third icon "Copy Selected Cache File To..."
|
#7
|
|||
|
|||
Re: Download video from this siteyes triples why you no wanting using livestreamer yes?
Code:
livestreamer --http-header "Referer=http://www.iapcursosonline.com" "hlsvariant://http://iapcursos.localmidia.com.br/iapcursos/_definst_/iapcursos/Portugues/AcordoOrtografico/PorACOMourao001.mp4/playlist.m3u8" best -o PorACOMourao001.ts |
#8
|
|||
|
|||
Re: Download video from this siteQuote:
Huge thanks |
Tags: m3u8 download |
Thread Tools | |
Display Modes | |
|
|