PDA

View Full Version : How to download this F4M stream?


strumpcarec
07-24-2014, 05:07 PM
http://www.yugioh-card.com/en/video/2014_YGOWCQ_live.html

Using GetFLV, I can get to the "Please select a streaming bitrate (http://oi59.tinypic.com/2cxxjec.jpg)" option, where I select 2628K.
Then, I get to the "Add new task (http://oi58.tinypic.com/4uw8q9.jpg)" option.
But when I click Ok, GetFLV freezes.

StreamTransport can detect the video but crashes as soon as I attempt to download it.

Other programs like ATRESMEDIA, Freemake Video Downloader, and Wondershare AllMyTube can't even detect this video.

Any advice? TIA!

peterpan
07-24-2014, 05:21 PM
m3u8 Code:
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/master.m3u8?b=600-&g=FEUVSOZFTNTC&hdcore=3.3.0.p3

Get Different Resolutions:
#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=928000,RESOLUTION=768x432,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_2_av-p.m3u8?sd=10&b=600-&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=928000,RESOLUTION=768x432,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_2_av-b.m3u8?sd=10&b=600-&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1628000,RESOLUTION=768x432,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_3_av-p.m3u8?sd=10&b=600-&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1628000,RESOLUTION=768x432,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_3_av-b.m3u8?sd=10&b=600-&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2128000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_4_av-p.m3u8?sd=10&b=600-&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2128000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_4_av-b.m3u8?sd=10&b=600-&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2628000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_5_av-p.m3u8?sd=10&b=600-&rebase=on
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2628000,RESOLUTION=1280x720,CODECS="avc1.77.30, mp4a.40.2"
http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_5_av-b.m3u8?sd=10&b=600-&rebase=on

Download Code
ffmpeg -i "http://nowlivehd13-lh.akamaihd.net/i/Konami_1@199675/index_5_av-b.m3u8?sd=10&b=600-&rebase=on" -c copy "Konami.ts"

Proof ;)
http://i.imgur.com/hgb6HSj.png

strumpcarec
07-24-2014, 06:04 PM
Thanks, peterpan!! :)

strumpcarec
08-05-2014, 05:09 AM
Excuse me for bumping this thread but I've been getting an error each time I try to download the video.

I've tried downloading numerous times and the error always happens at the same point in the download each time, and is the same error each time:

[http @ 00000000043da120] HTTP error 404 Not Found
[hls,applehttp @ 00000000043c7bc0] Failed to open segment of playlist 0
[http @ 00000000043d9f60] HTTP error 404 Not Found
[hls,applehttp @ 00000000043c7bc0] Failed to open segment of playlist 0
frame=900848 fps=246 q=-1.0 Lsize=10528023kB time=08:21:00.01 bitrate=2869.1kbit
s/s
video:9178348kB audio:478829kB subtitle:0kB other streams:0kB global headers:0kB
muxing overhead: 9.017600%

Any idea what the problem could be?

FWIW, when watching the video from the flash player, I am able to manually seek to the 08:21:00 point in the video, then continue to play the video past the point with no interruptions. So, it would seem that the "Not found" error is incorrect.

I don't know what "Failed to open segment of playlist 0" means.

surya987
08-05-2014, 05:40 AM
1st thing your above given link in 1st post is downloadable in IDM directly... Also i dont know much about your Error... but you can download f4m manifest link in ABODEHDS.php... using this link..

php AdobeHDS.php --manifest "http://nowlivehd13-lh.akamaihd.net/z/Konami_1@199675/manifest.f4m?b=600-&g=UIXMVSKEQJVN&hdcore=3.3.0" --delete --auth "b=600-&als=0,3,NaN,0,0,NaN,0,0,0,11,f,0,39930.68,f,u,UIXM VSKEQJVN,3.3.0,11&hdcore=3.3.0" --useragent "Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0"

here is abodehds link,,..

https://www.sendspace.com/file/z33eu6

orignal KSV link https://github.com/K-S-V/Scripts

strumpcarec
08-05-2014, 10:16 AM
1st thing your above given link in 1st post is downloadable in IDM directly... Also i dont know much about your Error... but you can download f4m manifest link in ABODEHDS.php... using this link..

php AdobeHDS.php --manifest "http://nowlivehd13-lh.akamaihd.net/z/Konami_1@199675/manifest.f4m?b=600-&g=UIXMVSKEQJVN&hdcore=3.3.0" --delete --auth "b=600-&als=0,3,NaN,0,0,NaN,0,0,0,11,f,0,39930.68,f,u,UIXM VSKEQJVN,3.3.0,11&hdcore=3.3.0" --useragent "Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0"

here is abodehds link,,..

https://www.sendspace.com/file/z33eu6

orignal KSV link https://github.com/K-S-V/Scripts
Thanks, I will try downloading it using IDM when I have some time.

I'm not familiar with how to use AdobeHDS.php. Could you point me toward a tutorial? I will give this a shot if IDM doesn't work.

nullacht
08-08-2014, 05:16 AM
I'm not familiar with how to use AdobeHDS.php.

You can also use HDSDump (https://github.com/WendyH/hdsdump/releases) to download HDS streams.

hdsdump --manifest "http://nowlivehd13-lh.akamaihd.net/z/Konami_1@199675/manifest.f4m?b=600-&g=UIXMVSKEQJVN&hdcore=3.3.0" --auth "b=600-&als=0,3,NaN,0,0,NaN,0,0,0,11,f,0,39930.68,f,u,UIXM VSKEQJVN,3.3.0,11&hdcore=3.3.0" --useragent "Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0"

strumpcarec
08-08-2014, 02:52 PM
You can also use HDSDump (https://github.com/WendyH/hdsdump/releases) to download HDS streams.

hdsdump --manifest "http://nowlivehd13-lh.akamaihd.net/z/Konami_1@199675/manifest.f4m?b=600-&g=UIXMVSKEQJVN&hdcore=3.3.0" --auth "b=600-&als=0,3,NaN,0,0,NaN,0,0,0,11,f,0,39930.68,f,u,UIXM VSKEQJVN,3.3.0,11&hdcore=3.3.0" --useragent "Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0"

Thank you. I'm not familiar with HDSDump either, but I'll check it out.

Unfortunately, it seems that the video is no longer working (I get an error message when I visit right now), but I'll keep checking back and try one of these methods to download it.

nullacht
08-08-2014, 11:03 PM
I'm getting this error message too, but the download still works.

strumpcarec
08-17-2014, 02:01 PM
It seems that HDSDump isn't working either. At first it says this:


manifest : http://nowlivehd13-lh.akamaihd.net/z/Konami_1@199675/manifest.f4m?b=
600-&g=UIXMVSKEQJVN&hdcore=3.3.0
auth : b=600-&als=0,3,NaN,0,0,NaN,0,0,0,11,f,0,39930.68,f,u,UIXM VSKEQJVN,3.
3.0,11&hdcore=3.3.0
useragent : Mozilla/5.0 (Windows NT 6.1; rv:30.0) Gecko/20100101 Firefox/30.0

Processing manifest info....
Quality Selection:
Available: 928 1628 2128 2628
Selected : 2628

Then it starts to download. I can get about 850 MB of the stream. But then I get this error:

Failed to download fragment 234209995. (Request status: ( The specified network
name is no longer available. ))

I've tried downloading a few times now and it always fails at fragment 234209995. Any clue what that means?