PDA

View Full Version : Need help downloading videos


DeadOnline
02-12-2013, 07:00 AM
Hello. Can anyone please assist me on downloading these two videos.

http://www.mtv.co.uk/shows/unpublished/video/mtv-news-paramore-interview
http://www.mtv.co.uk/artists/paramore/video/now-mtv-global-exclusive

I've tried to use rtmpexplorer, it used to work fine with all mtv websites, but it's not much of a helper now. It just keep ignoring streams.
Though I've managed to get rtmpe links via urlsnooper.

rtmpe://cp21595.edgefcs.net/ondemand/mtviestor/_!/intlod/gb/news/general/AB103988_paramore_interview_feb2013-720x406_1800.mp4

rtmpe://cp21595.edgefcs.net/ondemand/mtviestor/_!/intlod/MTVInternational/MBUS/VIAMTVI/PYC/5993DAIO2/VIAMTVIPYC5993DAIO2_1280x_720_3500_h32.mp4

AmazingMatze
02-12-2013, 07:19 AM
Use the Firefox Addon AdblockPlus or sth equivalent:
-> Open blockable elements
-> Search "mediaGen.jhtml"
-> Open it in a new tab

http://intl.esperanto.mtvi.com/www/xml/media/mediaGen.jhtml?uri=mgid%3Auma%3Avideo%3Amtv.co.uk% 3A879145&acceptMethods=fms,hdn1,hds

-> Select the best quality (720x406, 1800kbps)

rtmpdump -r "rtmpe://cp21595.edgefcs.net/ondemand/mtviestor/_!/intlod/gb/news/general/AB103988_paramore_interview_feb2013-720x406_1800.mp4" -o "Paramore_Interview.flv"

RTMPDump v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
WARNING: HandShake: Type mismatch: client sent 6, server answered 9
INFO: Connected...
ERROR: HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 245.77
INFO: moovPosition 36.00
INFO: width 720.00
INFO: height 406.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 77.00
INFO: avclevel 30.00
INFO: aacaot 2.00
INFO: videoframerate 25.00
INFO: audiosamplerate 44100.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 147480.00
INFO: timescale 600.00
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 10838362.00
INFO: timescale 44100.00
INFO: sampledescription:
INFO: sampletype mp4a
INFO: length 600.00
INFO: timescale 600.00
INFO: sampledescription:
INFO: length 600.00
INFO: timescale 600.00
INFO: sampledescription:
4057.935 kB / 17.56 sec (7.1%)

The other video should works this way either.

DeadOnline
02-12-2013, 08:10 AM
AmazingMatze, Thank you so much!