Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
MTV.UK Stream DownloadHi 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? |
#2
|
|||
|
|||
Re: MTV.UK Stream DownloadQuote:
Code:
-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%2fpmt%2fe1%2fplayers%2fmgid%3auma%3avideo%3amtv.co.uk%3a%2fcontext2%2fconfig.xml%3furi%3dmgid%3auma%3avideo%3amtv.co.uk%3a640788%26type%3dnetwork%26ref%3dwww.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_performance_1280x720_3500_h32.mp4" -o mt_up_rt233516_lykke_li_I_FOLLOW_RIVERS_performance_1280x720_3500_h32.mp4.flv Code:
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%3dmgid%3auma%3avideo%3amtv.co.uk% 3a640788%26type%3dnetwork%26ref%3dwww.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_rt 233516_lykke_li_I_FOLLOW_RIVERS_performance_1280x720_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%) |
#3
|
|||
|
|||
Re: MTV.UK Stream DownloadThis 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. |
#4
|
|||
|
|||
Re: MTV.UK Stream DownloadQuote:
|
#5
|
|||
|
|||
Re: MTV.UK Stream DownloadQuote:
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? |
#6
|
|||
|
|||
Re: MTV.UK Stream DownloadQuote:
|
#7
|
|||
|
|||
http://www.mtv.co.ukTake a look at the XML configuration file, to see what resolutions are available.
Code:
http://intl.esperanto.mtvi.com/www/xml/media/mediaGen.jhtml?uri=mgid:uma:video:mtv.co.uk:640788 Code:
<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_performance_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_performance_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_performance_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_performance_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_performance_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_performance_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> |
Tags: mtv, mtv uk, rtmp, rtmpdump, rtmpe, rtmpe mtv rtmpdump |
Thread Tools | |
Display Modes | |
|
|