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

ABC and Disney Networks

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

ehurdler 10-12-2015 05:14 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by drfunkenstein2k (Post 80467)
video

i can get the m3u8 file
and inside i get the links
but when i put into ffmpeg, i get unable to open key file error

Post what link you are using and what error you get in the command window/Terminal.

monsterbubble 10-13-2015 10:18 AM

Re: ABC and Disney Networks


 
Hello. I'm new here but i've been using ffmpeg for a while now. i was reading on how to download the videos from disney networks but i can't download with the m3u8 links.

I downloaded the content file and open it on my notepad and it gives a bunch of different quality links of the file but once i add a link to the ffmpeg i get an error.

ffmpeg "linktofile" -c copy "namefile".ts i even tried .mp4 and still get nothing.


ehurdler 10-13-2015 11:44 AM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by monsterbubble (Post 80486)
Hello. I'm new here but i've been using ffmpeg for a while now. i was reading on how to download the videos from disney networks but i can't download with the m3u8 links.

I downloaded the content file and open it on my notepad and it gives a bunch of different quality links of the file but once i add a link to the ffmpeg i get an error.

ffmpeg "linktofile" -c copy "namefile".ts i even tried .mp4 and still get nothing.


monsterbubble, just give me a link you've tried please. Let me see if I can help you out.

ceppu36 10-13-2015 12:29 PM

Re: ABC and Disney Networks


 
send original links.

bulls95 10-14-2015 07:58 AM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by monsterbubble (Post 80486)
Hello. I'm new here but i've been using ffmpeg for a while now. i was reading on how to download the videos from disney networks but i can't download with the m3u8 links.

I downloaded the content file and open it on my notepad and it gives a bunch of different quality links of the file but once i add a link to the ffmpeg i get an error.

ffmpeg "linktofile" -c copy "namefile".ts i even tried .mp4 and still get nothing.


Odds are the file/stream is encrypted so even if you can dump it you won't be able to do anything with it...

feldego 10-24-2015 02:13 PM

Re: ABC and Disney Networks


 
Does anyone know how to rip videos from video.disney.com? I don't mean the .go.com sites.
For example:
Code:

http://video.disney.com/watch/disneyxd-summerween-4cbaeac5fba39d374b3b91ba
gives me this rtmp playpath:
Code:

mp4:production/secure/channel_longform/gravityfalls/929072/a4d06c-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.access.mp4?nvb=20151023212759&nva=20151024042759&token=03ab7370ab55f617b3cbf
But it doesn't play in my browser and I can't seem to find a working rtmpdump command. cdn.videos.dolimg.com doesn't work either.
Code:

http://cdn.videos.dolimg.com/channel_longform/gravityfalls/929072/a4d06c-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.mp4
atresdownloader also doesn't work.

Does anyone know how to download it?

ceppu36 10-25-2015 01:50 PM

Re: ABC and Disney Networks


 
Unfortunately, the site is now unavailable disney.com video downloads.
but watchdisneychannel.go.com and watchdisneyxd.go.com is available.

mrberni 10-26-2015 08:13 AM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by feldego (Post 80744)
Does anyone know how to rip videos from video.disney.com? I don't mean the .go.com sites.
Does anyone know how to download it?

As ceppu36 said, you can't really download them. The access.mp4 files are encrypted and can't be played.

A working rtmp command would be (but the file is encrypted):
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/disneyxd-summerween-4cbaeac5fba39d374b3b91ba" -y "mp4:production/secure/channel_longform/gravityfalls/929072/a4d06c-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.access.mp4?nvb=20151026125408&nva=20151026195408&token=01f1e1e54c829f7a8406d" -o a4d06c-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.access.mp4
A link to the unencrypted file would be this (but it is missing tokens, so it can't be downloaded):
Code:

http://cdn.videos.dolimg.com/production/secure/channel_longform/gravityfalls/929072/763f60-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.mp4

hack3rman 01-05-2016 04:48 PM

Re: ABC and Disney Networks


 
Quote:

Originally Posted by mrberni (Post 80773)
As ceppu36 said, you can't really download them. The access.mp4 files are encrypted and can't be played.

A working rtmp command would be (but the file is encrypted):
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/disneyxd-summerween-4cbaeac5fba39d374b3b91ba" -y "mp4:production/secure/channel_longform/gravityfalls/929072/a4d06c-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.access.mp4?nvb=20151026125408&nva=20151026195408&token=01f1e1e54c829f7a8406d" -o a4d06c-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.access.mp4
A link to the unencrypted file would be this (but it is missing tokens, so it can't be downloaded):
Code:

http://cdn.videos.dolimg.com/production/secure/channel_longform/gravityfalls/929072/763f60-pgravityfalls_e1-12-f012_tdm_h929072_fprhq_v1080p23_a16x9-178_leng-h264h_aac_1920x1080_7840x160.mp4

Anybody figure out this issue yet?

mrberni 03-07-2016 04:23 PM

Re: ABC and Disney Networks


 
Anyone else can't download from watchdisneyxd.go.com anymore? I can't even watch the free videos with a vpn.


All times are GMT -6. The time now is 04:50 PM.