View Single Post
  #4  
Old 01-07-2012, 04:45 PM
Bahman Bahman is offline
t.A.T.u.'s fan forever
 
Join Date: Sep 2011
Location: Tehran, Iran
Posts: 381
Bahman is on a distinguished road
Default

Re: RTMPexplorer dont make work , Why ????


rtmpexplorer worked for me!!

But also you can do manual way:

Media player url
Code:
http://media.mtvnservices.com/mgid:hcx:content:atom.com:adcdac5b-102f-4706-8777-7cafc8e7e89b
Media content url
Code:
http://www.atom.com/mediagen/syndicated/?vid=mgid:hcx:content:atom.com:adcdac5b-102f-4706-8777-7cafc8e7e89b
Code:
<rendition duration="407" bitrate="900" width="640" height="360" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_640x360_900.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="1800" width="768" height="432" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_768x432_1800.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="1400" width="640" height="360" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_640x360_1400.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="400" width="512" height="288" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_512x288_400.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="625" width="512" height="288" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_512x288_625.mp4]]></src>
           </rendition>
           <rendition duration="407" bitrate="2500" width="1280" height="720" type="video/mp4">
               <src><![CDATA[rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_1280x720_2500.mp4]]></src>
           </rendition>
Right now, you have rtmpe url!! use it in rtmpdump:

Code:
rtmpdump -r "rtmpe://cp35395.edgefcs.net/ondemand/mtvnorigin/gsp
.atomcomstor/atom.com/legacy/flv/ha/ham_sandwich_1280x720_2500.mp4" -W "http://m
edia.mtvnservices.com/player/prime/mediaplayerprime.1.11.3.swf" -p "http://www.a
tom.com/funny_videos/ham_sandwich/" -o ham_sandwich_1280x720_2500.flv
Code:
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...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              411.50
INFO:   moovPosition          36.00
INFO:   width                 1280.00
INFO:   height                720.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              31.00
INFO:   aacaot                2.00
INFO:   videoframerate        23.97
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                9867000.00
INFO:   timescale             23976.00
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                9072912.00
INFO:   timescale             22050.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:
4336.176 kB / 15.52 sec (3.7%)
Reply With Quote