ehurdler
12-05-2015, 02:12 PM
I 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-yule-log-4edeefc51439f982de2a04df
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:
https://secure.vp.disney.go.com/production/secure/xd_shortform/omd/xd17363/9057bb-hxd17363_pomd-disney-yule-log-h264m_aac_848x480_536x64.mp4
But I am unable to download in browser, or livestreamer, ffmpeg, etc.
Thank you in Advanced.
stream_monkey
12-06-2015, 06:02 AM
Use rtmpdump.
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
grandixximo
12-07-2015, 08:14 AM
Could you work your magic on this one too?
http://disneyjunior.disney.com/goofy-goes-goofy
I can't figure it out i tried this
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
but i get this error
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
WARNING: HandShake: Server not genuine Adobe!
ERROR: RTMP_Connect1, handshake failed.
stream_monkey
12-07-2015, 07:36 PM
Could you work your magic on this one too?
You link is fine but the stream is encrypted with Adobe Flash Access, which currently isn't able to be broken.
From page source:
{"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=201512 08012358&nva=20151208082358&token=03b48e81382c3121f8e11"}
Interestingly, I am able to download it, but it is still encrypted.
http://thumbnails114.imagebam.com/45153/b7d1fc451521136.jpg (http://www.imagebam.com/image/b7d1fc451521136)
sampletype encv
sampletype enca
While I was able to download it it is not playable.
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.
http://disneyjunior.disney.com/watch/hls/stream/production/secure/channel_longform/mmch/914173/5736d0-h264m_aac_848x480_904x96.m3u8?video_id=4c9acdc926d 00d696d53c001&nvb=20151208014019&nva=20151208084019&token=04cbd9046438bbadc90c2
stream_monkey
12-07-2015, 08:19 PM
Also, here's the 1080p version of the yule log. (No trickery required, just paste into browser, then 'save as'.)
http://cdn.secure.videos.dolimg.com/production/secure/xd_shortform/omd/xd17363/e09dae-hxd17363_pomd-disney-yule-log-h264h_aac_1920x1080_7840x160.mp4?nvb=2015120802144 6&nva=20151208091446&token=04f43752f2a6915dffeaa
grandixximo
12-07-2015, 09:00 PM
How 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?
stream_monkey
12-07-2015, 09:28 PM
How 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?
Like I said, you should be able to just paste into a browser and then d/l.
grandixximo
12-07-2015, 10:43 PM
Sorry 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?
grandixximo
12-08-2015, 12:28 AM
ok i figured it out
i did this
ffmpeg -i "http://disneyjunior.disney.com/watch/hls/stream/production/secure/channel_longform/mmch/914173/5736d0-h264m_aac_848x480_904x96.m3u8?video_id=4c9acdc926d 00d696d53c001&nvb=20151208014019&nva=20151208084019&token=04cbd9046438bbadc90c2" video.ts
And i have a working .ts file i can play in vlc.
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...
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.