Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #51  
Old 10-12-2015, 06:14 PM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by drfunkenstein2k View Post
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.
Reply With Quote
  #52  
Old 10-13-2015, 11:18 AM
monsterbubble monsterbubble is offline
Member
 
Join Date: Oct 2015
Posts: 38
monsterbubble is on a distinguished road
Default

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.

Reply With Quote
  #53  
Old 10-13-2015, 12:44 PM
ehurdler ehurdler is offline
Senior Member
 
Join Date: Feb 2014
Location: NY
Posts: 126
ehurdler is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by monsterbubble View Post
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.
Reply With Quote
  #54  
Old 10-13-2015, 01:29 PM
ceppu36 ceppu36 is offline
Junior Member
 
Join Date: Dec 2014
Posts: 28
ceppu36 is on a distinguished road
Default

Re: ABC and Disney Networks


send original links.
Reply With Quote
  #55  
Old 10-14-2015, 08:58 AM
bulls95 bulls95 is offline
Member
 
Join Date: Sep 2015
Posts: 59
bulls95 is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by monsterbubble View Post
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...
Reply With Quote
  #56  
Old 10-24-2015, 03:13 PM
feldego feldego is offline
Member
 
Join Date: Mar 2015
Posts: 30
feldego is on a distinguished road
Default

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?
Reply With Quote
  #57  
Old 10-25-2015, 02:50 PM
ceppu36 ceppu36 is offline
Junior Member
 
Join Date: Dec 2014
Posts: 28
ceppu36 is on a distinguished road
Default

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.
Reply With Quote
  #58  
Old 10-26-2015, 09:13 AM
mrberni mrberni is offline
Member
 
Join Date: May 2014
Posts: 58
mrberni is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by feldego View Post
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
Reply With Quote
  #59  
Old 01-05-2016, 05:48 PM
hack3rman hack3rman is offline
Junior Member
 
Join Date: Dec 2015
Posts: 1
hack3rman is on a distinguished road
Default

Re: ABC and Disney Networks


Quote:
Originally Posted by mrberni View Post
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?
Reply With Quote
  #60  
Old 03-07-2016, 05:23 PM
mrberni mrberni is offline
Member
 
Join Date: May 2014
Posts: 58
mrberni is on a distinguished road
Default

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.
Reply With Quote
Reply Post New Thread
Tags: , , , , ,



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:26 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons