View Single Post
  #5  
Old 12-01-2011, 01:06 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 won't work anymore at bigflix.


Use this URL and this version of rtmpdump instead!!
Code:
rtmpdump -r "rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/" -a "001B42/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "http://www.bigflix.com/apache_file/flash/Player.swf?f=1322768888359" -p "http://www.bigflix.com/home/movies/circus-queen/1540" -y "mp4:CircusQueen.mp4?e=1322783246" -o mp4_CircusQueen.flv
Code:
RTMP Server v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

Live : No
rtmpdump -r "rtmpe://fms.1B42.edgecastcdn.net/001B42/vault/videoclips/movies/" -
a "001B42/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "http://www.bigflix.
com/apache_file/flash/Player.swf?f=1322768888359" -p "http://www.bigflix.com/hom
e/movies/circus-queen/1540" -y "mp4:CircusQueen.mp4?e=1322783246" -o mp4_CircusQ
ueen.flv

Closing connection... done!

RTMPDump v2.4 GIT-2011-07-11 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
ERROR: RTMP_ReadPacket, failed to read RTMP packet header
Closing connection... done!

WARNING: HandShake: Type mismatch: client sent 6, server answered 8
INFO: Connected...
Starting download at: 0.000 kB
INFO: Metadata:
INFO:   duration              7801.74
INFO:   moovPosition          32.00
INFO:   width                 640.00
INFO:   height                352.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: tags:
INFO:   ┬رtoo                 HandBrake 0.9.3 2008112300
INFO: trackinfo:
INFO:   length                344052324.00
INFO:   timescale             44100.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                344056832.00
INFO:   timescale             44100.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            mp4a
24.985 kB / 0.37 sec (0.0%)
Anyway, I could download that url you got:
Code:
rtmpdump -r "rtmpe://cp118461.edgefcs.net/ondemand/bfvideo/vault/videoclips/movies/" -a "ondemand/bfvideo/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "http://www.bigflix.com/apache_file/flash/Player.swf" -p "http://www.bigflix.com/home/movies/circus-queen/1540" -y "mp4:CircusQueen.mp4?e=1322781254" -o mp4_CircusQueen.flv
Code:
C:\rtmpdump-2.4>rtmpdump -r "rtmpe://cp118461.edgefcs.net/ondemand/bfvideo/vault
/videoclips/movies/" -a "ondemand/bfvideo/vault/videoclips/movies/" -f "WIN 11,1
,102,55" -W "http://www.bigflix.com/apache_file/flash/Player.swf" -p "http://www
.bigflix.com/home/movies/circus-queen/1540" -y "mp4:CircusQueen.mp4?e=1322781254
" -o mp4_CircusQueen.flv
RTMPDump v2.4 GIT-2011-11-14 (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              7801.74
INFO:   moovPosition          32.00
INFO:   width                 640.00
INFO:   height                352.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: tags:
INFO:   ┬رtoo                 HandBrake 0.9.3 2008112300
INFO: trackinfo:
INFO:   length                344052324.00
INFO:   timescale             44100.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                344056832.00
INFO:   timescale             44100.00
INFO:   language              und
INFO: sampledescription:
INFO:   sampletype            mp4a
41.025 kB / 1.25 sec (0.0%)
I wonder why we get diff url on each version of windows!! You got this on Win7:
Code:
rtmpe://cp118461.edgefcs.net/ondemand/bfvideo/
and me on Win XP Sp3:
Code:
rtmpe://fms.1B42.edgecastcdn.net/001B42/
That's interesting!!
Reply With Quote