View Single Post
  #4  
Old 03-24-2012, 08:28 AM
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: Have mtv/CC servers dropped fallback support?


Quote:
Originally Posted by mtsr View Post
This used to work:

Code:
rtmpdump -r rtmpe://viacomccstrmfs.fplive.net/viacomccstrm/gsp.comedystor/com/dailyshow/TDS/season_17/episode_072/ds_17072_exclusive1_384x216_450.mp4 -p http://www.comedycentral.com -W http://media.mtvnservices.com/player/prime/mediaplayerprime.1.12.1.swf  -o nul -V
if you see your Verbose, rtmpdump is considering "viacomccstrm/gsp.comedystor" as app path which is wrong!! and you did this mistake by writing that incorrect script!!

Try this:
Code:
rtmpdump -r "rtmpe://viacomccstrmfs.fplive.net/viacomccstrm" -a "viacomccstrm" -W "http://media.mtvnservices.com/player/prime/mediaplayerprime.1.12.1.swf" -y "mp4:gsp.comedystor/com/dailyshow/TDS/season_17/episode_072/ds_17072_exclusive1_384x216_450.mp4" -o ds_17072_exclusive1_384x216_450.flv
Code:
RTMPDump v2.4
(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: SWFVerification Type 2 request not supported, attempting to u
se SWFVerification Type 1! Patches welcome...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              453.79
INFO:   moovPosition          40.00
INFO:   width                 384.00
INFO:   height                216.00
INFO:   videocodecid          avc1
INFO:   audiocodecid          mp4a
INFO:   avcprofile            77.00
INFO:   avclevel              30.00
INFO:   aacaot                2.00
INFO:   videoframerate        29.97
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                1360099.00
INFO:   timescale             2997.00
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                10005725.00
INFO:   timescale             22050.00
INFO: sampledescription:
INFO:   sampletype            mp4a
21.805 kB / 0.23 sec (0.0%)
Reply With Quote