PDA

View Full Version : MTV.UK Stream Download


thi
04-26-2011, 12:26 AM
Hi everyone, I am new here and need your help.

I am trying to download the video of this link:
hXXp://www.mtv.co.uk/artists/lykke-li/video/i-follow-rivers-mtv-unplugged

The URl Snooper gave me this rtmpe:
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_1280x720_3500_h32.mp4

So I use this command:

-r "rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_1280x720_3500_h32.mp4" -o "c:\temp\video.mp4"

The rtmpdump-2.3 gave me this answer:
WARNING HANDSHAKE: Type mismatch: client sent 6, server answered 9
WARNING HANDSHAKE: Server not genuine Adobe!
ERROR: RTMP_Connect1, handshake failed.

The older versions of rtmpdump gave me this answer:
ERROR HandleCtrl: Ignoring SWFVerification request, use --swfVfy!
ERROR: Closing connection: NetStream.Play.StreamNotFound

Can somebody help with this, please?

chap
04-26-2011, 12:37 AM
Can somebody help with this, please?-r "rtmpe://cp21595.edgefcs.net:1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.6.0.swf?uri=mgid:uma:video:mtv. co.uk:640788&type=network&ref=www.mtv.co.uk&geo=UA&group=intl&&CONFIG_URL=http%3a%2f%2fmedia.mtvnservices.com%2fp mt%2fe1%2fplayers%2fmgid%3auma%3avideo%3amtv.co.uk %3a%2fcontext2%2fconfig.xml%3furi%3dmgid%3auma%3av ideo%3amtv.co.uk%3a640788%26type%3dnetwork%26ref%3 dwww.mtv.co.uk%26geo%3dUA%26group%3dintl%26" -p "http://www.mtv.co.uk/artists/lykke-li/video/i-follow-rivers-mtv-unplugged" -C Z: -y "mp4:mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_1280x720_3500_h32.mp4" -o mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_1280x720_3500_h32.mp4.flv
Use this rtmpdump http://stream-recorder.com/forum/showpost.php?p=27253&postcount=8
Microsoft Windows XP [Версия 5.1.2600]
(С) Корпорация Майкрософт, 1985-2001.

C:\Documents and Settings\Администратор\Мои документы\STREAM\rtmpdump-2.3-window
s\rtmpdump-2.3>"C:\Documents and Settings\Администратор\Мои документы\STREAM\rtm
pdump-2.3-windows\rtmpdump-2.3\rtmpdump568.exe" -r "rtmpe://cp21595.edgefcs.net:
1935/ondemand?ovpfv=2.1.4" -a "ondemand?ovpfv=2.1.4" -f "WIN 10,2,159,1" -W "htt
p://media.mtvnservices.com/player/prime/mediaplayerprime.1.6.0.swf?uri=mgid:uma:
video:mtv.co.uk:640788&type=network&ref=www.mtv.co.uk&geo=UA&group=intl&&CONFIG_
URL=http%3a%2f%2fmedia.mtvnservices.com%2fpmt%2fe1 %2fplayers%2fmgid%3auma%3avide
o%3amtv.co.uk%3a%2fcontext2%2fconfig.xml%3furi%3dm gid%3auma%3avideo%3amtv.co.uk%
3a640788%26type%3dnetwork%26ref%3dwww.mtv.co.uk%26 geo%3dUA%26group%3dintl%26" -p
"http://www.mtv.co.uk/artists/lykke-li/video/i-follow-rivers-mtv-unplugged" -C
Z: -y "mp4:mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt
233516_lykke_li_I_FOLLOW_RIVERS_performance_1280x7 20_3500_h32.mp4" -o mt_up_rt23
3516_lykke_li_I_FOLLOW_RIVERS_performance_1280x720 _3500_h32.mp4.flv
RTMPDump v2.3 r568 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO: duration 214.32
INFO: moovPosition 32.00
INFO: width 1280.00
INFO: height 720.00
INFO: videocodecid avc1
INFO: audiocodecid mp4a
INFO: avcprofile 100.00
INFO: avclevel 32.00
INFO: aacaot 2.00
INFO: videoframerate 23.98
INFO: audiosamplerate 22050.00
INFO: audiochannels 2.00
INFO: trackinfo:
INFO: length 5136000.00
INFO: timescale 23976.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype avc1
INFO: length 4725760.00
INFO: timescale 22050.00
INFO: language eng
INFO: sampledescription:
INFO: sampletype mp4a
21223.488 kB / 49.76 sec (23.2%)Use with RTMPexplorer ;) With it everything is easy and freе (if that makes sense for you):)

thi
04-26-2011, 01:47 AM
This RTMPexplorer is amazing, I didn't know of it (a wonderful tip for a newbie like me). Thanks!

I use the program and the command you gave me but now is showing this error:

Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Any idea of what am i doing wrong?
And thanks again for helping me.

chap
04-26-2011, 03:44 AM
Connecting ...
INFO: Connected...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header

Any idea of what am i doing wrong?
And thanks again for helping me.

Replace the rtmpdump file in the rtmpexplorer folder with http://stream-recorder.com/forum/showpost.php?p=27253&postcount=8

thi
04-26-2011, 08:29 AM
Replace the rtmpdump file in the rtmpexplorer folder with http://stream-recorder.com/forum/showpost.php?p=27253&postcount=8

Using rtspexplorer instead of typing commands at the "Command Prompt", is that what i am suposed to do, right?
Doing this the "rtspexplorer" download a video that has this resolution (384x216) but i want this resolution (1080x720).
Is there any way to chose the resolution?

chap
04-26-2011, 08:54 AM
Is there any way to chose the resolution?
Not sure.:(

nullacht
10-15-2011, 08:56 AM
Is there any way to chose the resolution?

Take a look at the XML configuration file, to see what resolutions are available.

http://intl.esperanto.mtvi.com/www/xml/media/mediaGen.jhtml?uri=mgid:uma:video:mtv.co.uk:640788

<package version="1.4">
<video>
<item>
<rendition cdn="akamai" duration="214" width="384" height="216" type="video/mp4" bitrate="400">
<src>
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_384x216_400_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="214" width="512" height="288" type="video/mp4" bitrate="750">
<src>
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_512x288_750_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="214" width="640" height="360" type="video/mp4" bitrate="1200">
<src>
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_640x360_1200_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="214" width="768" height="432" type="video/mp4" bitrate="1700">
<src>
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_768x432_1700_m30.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="214" width="960" height="540" type="video/mp4" bitrate="2200">
<src>
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_960x540_2200_m31.mp4
</src>
</rendition>
<rendition cdn="akamai" duration="214" width="1280" height="720" type="video/mp4" bitrate="3500">
<src>
rtmpe://cp21595.edgefcs.net/ondemand/mtvnorigin/gsp.originmusicstor/sites/mtv.com/shows/unplugged/mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performanc e_1280x720_3500_h32.mp4
</src>
</rendition>
<beacons>
<beacon url="http://t.flux.com/tracking.gif?CMU=0BFCFFFF000916CC0002FFFFFC0B&CUR=mgid:uma:video:mtv.co.uk:640788&WN=MTVNVideoPlayer&FTG=1&Rnd=7276097&REF=" startTime="0"/>
<beacon url="http://viamtvnvideo.112.2o7.net/b/ss/viamtvnvideo/1/H.1-pdv-2/{ord}?c20=mtv.co.uk" elapsed="20"/>
<beacon url="http://f21.360tag.com/MTV/CTg/?at=VideoPlay&rn={ord}" elapsed="5"/>
<beacon url="http://viamtvnvideo.112.2o7.net/b/ss/viamtvnvideo/1/H.1-pdv-2/{ord}?pageName=mtv.co.uk&c8=640788&c49={ref}&c12=DE" elapsed="0"/>
<beacon url="http://viamtvnvideo.112.2o7.net/b/ss/viamtvnvideo/1/H.1-pdv-2/{ord}?pageName=mtv.co.uk&c3=640788&c49={ref}&c12=DE" elapsed="20"/>
<beacon type="label" elapsed="20"/>
</beacons>
</item>
<item placement="overlay" format="image" xPercent="1" yPercent="1" startTime="0" duration="6000000" width="44" height="28" scaling="true" persist="true">
<src>
http://intl.esperanto.mtvi.com/player/sites/mtv.co.uk/swf/mtv_bug.png
</src>
<clickTag>
http://www.mtv.co.uk
</clickTag>
</item>
</video>
</package>