Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Help in Capturing/downloading Disney Yule LogI know this may sound like an odd video/stream to capture, but it is for the kids.
The Disney Yule Log at: http://video.disney.com/watch/disney...39f982de2a04df I have tried with livestreamer and ffmpeg. Either I do not know the correct code or I am doing it wrong. Or I am not even using the app, etc. When I view source on the page, I see this: Code:
https://secure.vp.disney.go.com/production/secure/xd_shortform/omd/xd17363/9057bb-hxd17363_pomd-disney-yule-log-h264m_aac_848x480_536x64.mp4 Thank you in Advanced. Last edited by ehurdler : 12-05-2015 at 03:16 PM. Reason: Spelling |
#2
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule LogUse rtmpdump.
Code:
rtmpdump -r "rtmpe://videosdolimgtokenfs.fplive.net/videosdolimgtoken" -a "videosdolimgtoken" -f "WIN 19,0,0,226" -W "http://a.dilcdn.com/a/playavista-494ead64ca4c.swf" -p "http://video.disney.com/watch/disney-yule-log-4edeefc51439f982de2a04df" -y "mp4:production/secure/xd_shortform/omd/xd17363/50c17b-hxd17363_pomd-disney-yule-log-h264m_aac_1280x720_2904x96.mp4?nvb=20151206113420&nva=20151206183420&token=01a455b9e1fe8e14f2a28" -o 50c17b-hxd17363_pomd-disney-yule-log-h264m_aac_1280x720_2904x96.flv |
#3
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule LogCould you work your magic on this one too?
http://disneyjunior.disney.com/goofy-goes-goofy I can't figure it out i tried this Code:
rtmpdump -r "rtmpe://videosdolimgtokenfs.fplive.net/videosdolimgtoken" -a "videosdolimgtoken" -f "WIN 19,0,0,226" -W "http://a.dilcdn.com/a/playavista-494ead64ca4c.swf" -p "http://disneyjunior.disney.com/goofy-goes-goofy" -y "mp4:production/secure/channel_longform/mmch/914173/42a4cd-pmmch_ef048-2-23_tdm_h914173_fprhq_v1080p23.98_a16x9-178_leng_r2-h264m_aac_1280x720_2904x96.access.mp4" -o file.flv WARNING: HandShake: Type mismatch: client sent 6, server answered 9 WARNING: HandShake: Server not genuine Adobe! ERROR: RTMP_Connect1, handshake failed. |
#4
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule LogYou link is fine but the stream is encrypted with Adobe Flash Access, which currently isn't able to be broken.
From page source: Code:
{"bitrate":8000,"format":"mp4_access","id":"5544a457f6a77e801f060626","width":"1920","height":"1080","security_profile":["rtmpe","tokenization","adobe_access"],"url":"mp4:production/secure/channel_longform/mmch/914173/f3caa6-pmmch_ef048-2-23_tdm_h914173_fprhq_v1080p23.98_a16x9-178_leng_r2-h264h_aac_1920x1080_7840x160.access.mp4?nvb=20151208012358&nva=20151208082358&token=03b48e81382c3121f8e11"} Code:
sampletype encv sampletype enca As for your handshake errors maybe try updating your rtmpdump. Not sure why else you would get those errors. *edit* That being said, I was able to find an SD m3u8. Code:
http://disneyjunior.disney.com/watch/hls/stream/production/secure/channel_longform/mmch/914173/5736d0-h264m_aac_848x480_904x96.m3u8?video_id=4c9acdc926d00d696d53c001&nvb=20151208014019&nva=20151208084019&token=04cbd9046438bbadc90c2 |
#5
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule LogAlso, here's the 1080p version of the yule log. (No trickery required, just paste into browser, then 'save as'.)
Code:
http://cdn.secure.videos.dolimg.com/production/secure/xd_shortform/omd/xd17363/e09dae-hxd17363_pomd-disney-yule-log-h264h_aac_1920x1080_7840x160.mp4?nvb=20151208021446&nva=20151208091446&token=04f43752f2a6915dffeaa |
#6
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule LogHow do i download the m3u8?
sorry really not experienced with this stuff.. edit: I think i got the m3u8 is a very tiny file 31kb, is this correct? what should i do with it? |
#7
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule LogLike I said, you should be able to just paste into a browser and then d/l.
|
#8
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule LogSorry to bother you, the yule video works fine, but the m3u link you gave me for the goofy video i paste it in my browser and all i get is a 31kb file, which i don't think is the video or is it?
|
#9
|
|||
|
|||
Re: Help in Capturing/downloading Disney Yule Logok i figured it out
i did this Code:
ffmpeg -i "http://disneyjunior.disney.com/watch/hls/stream/production/secure/channel_longform/mmch/914173/5736d0-h264m_aac_848x480_904x96.m3u8?video_id=4c9acdc926d00d696d53c001&nvb=20151208014019&nva=20151208084019&token=04cbd9046438bbadc90c2" video.ts But it's really low quality, which i already got from other sources, i wish there was a way to get those 720p or 1080p mp4 files I tried again with rtmp but it still gives me the same error, maybe it's because i'm under VPN Well the file cannot be viewed anyway, so i guess i should give up... Last edited by grandixximo : 12-08-2015 at 02:40 AM. |
Tags: disney, ffmpeg, livestreamer |
Thread Tools | |
Display Modes | |
|
|