View Single Post
  #2  
Old 09-28-2013, 12:45 AM
ilvjyw ilvjyw is offline
Member
 
Join Date: Jun 2012
Posts: 37
ilvjyw is on a distinguished road
Default

Re: RTMPE Download Request


Quote:
Originally Posted by Downloader View Post
Hi again guys,

I have a video stream that I need to have downloaded. What I need someone to do is first find the RTMPE links (there are four of them, for each of the four segments of the video), then use RTMPdump to download each of the .mp4 files, then upload them to a file server website and give me the download links for them. Here is the video stream:

http://media.mtvnservices.com/fb/mgi...28d25565bf.swf

If you can't download the videos for me, I would appreciate it if you could at least get me the RTMPE links. Any help will be greatly appreciated. Thank you so much!
Code:
rtmpdump -r "rtmpe://viacomnickstrmfs.fplive.net:80/viacomnickstrm" -a "viacomnickstrm" -f "WIN 11,7,700,169" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.3.10.swf" -p "http://media.mtvnservices.com/player/prime/mediaplayerprime.2.3.10.swf?uri=mgid:arc:episode:nick.com:22acc2d7-aa5f-4de1-aad6-7728d25565bf" -C B:0 -C S:mp4:gsp.alias/mediabus/kids.com/2013/09/19/03/17/355756/4237455_355756_20130919151738290_960x540_2200_m31.mp4 -y "mp4:gsp.alias/mediabus/kids.com/2013/09/19/03/17/355756/4237455_355756_20130919151738290_640x360_1200_m30.mp4" -o "2013-09-28_02-40-53_4237455_355756_20130919151738290_640x360_1200_m30.flv"
Reply With Quote