Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
RTMPexplorer won't work anymore at bigflix.I use Win7 32bit OS. I downloaded latesr RTMPdump 2.4. The message I am getting after the movie url is tracked is:
RTMP Server v2.4 GIT-2011-09-30 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL Streaming on rtmp://0.0.0.0:1935 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/xyz/0000" -y "mp4:xyz.mp4?e=1322762985" -o mp4_xyz.flv Closing connection... done! RTMPDump v2.4 GIT-2011-09-30 (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... ERROR: WriteN, RTMP send error 10054 (42 bytes) ERROR: RTMP_ReadPacket, failed to read RTMP packet header |
#2
|
|||
|
|||
Re: RTMPexplorer won't work anymore at bigflix.What's your correct video link?
Code:
-p "http://www.bigflix.com/home/movies/xyz/0000" I've tried another videos of that site and: Code:
RTMP Server v2.4 GIT-2011-07-21 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL Streaming on rtmp://0.0.0.0:1935 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" -p "http://www.bigflix.com/home/movies/rang/52 " -y "mp4:Rang.mp4?e=1322766225" -o mp4_Rang.flv Closing connection... done! RTMPDump v2.4 GIT-2011-07-21 (Compiled by KSV) (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... WARNING: HandShake: Type mismatch: client sent 6, server answered 8 INFO: Connected... ERROR: RTMP_ReadPacket, failed to read RTMP packet header Closing connection... done! Starting download at: 0.000 kB INFO: Metadata: INFO: duration 9046.89 INFO: moovPosition 36.00 INFO: width 640.00 INFO: height 352.00 INFO: videocodecid avc1 INFO: audiocodecid mp4a INFO: avcprofile 100.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.4 2009112300 INFO: trackinfo: INFO: length 814208400.00 INFO: timescale 90000.00 INFO: language und INFO: sampledescription: INFO: sampletype avc1 INFO: length 398967808.00 INFO: timescale 44100.00 INFO: language eng INFO: sampledescription: INFO: sampletype mp4a 5.000 kB / 0.00 sec (0.0%) |
#3
|
|||
|
|||
Re: RTMPexplorer won't work anymore at bigflix.My apologies. I had generalized the movie name as xyz and movie number that appears in url as 0000 to mask my search for fear of running into trouble. The movie is circus queen. I thought the results I was getting after the link would find some specific answer. Basically any movie I try to download [even ones I got there previously] just won't download anymore. The error message I posted was what I was hoping someone could analyse. In previous versions I used to get the movie after an initial minute of handshake errors and retrying/refreshing. Now it gets the link but does not get to streaming download.
The link is - I have attached image of the same window now. The message I get is: RTMP Server v2.4 GIT-2011-09-30 (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: Handshake failed Closing connection... done! ERROR: RTMP_ReadPacket, failed to read RTMP packet header Closing connection... done! ERROR: Handshake failed Closing connection... done! ERROR: RTMP_ReadPacket, failed to read RTMP packet header Closing connection... done! ERROR: Handshake failed Closing connection... done! rtmpdump -r "rtmpe://cp118461.edgefcs.net/ondemand/bfvideo/vault/videoclips/movi es/" -a "ondemand/bfvideo/vault/videoclips/movies/" -f "WIN 11,1,102,55" -W "htt p://www.bigflix.com/apache_file/flash/Player.swf" -p "http://www.bigflix.com/hom e/movies/circus-queen/1540" -y "mp4:CircusQueen.mp4?e=1322781254" -o mp4_CircusQ ueen.flv Closing connection... done! RTMPDump v2.4 GIT-2011-09-30 (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... ERROR: RTMP_ReadPacket, failed to read RTMP packet header |
#4
|
|||
|
|||
Re: RTMPexplorer won't work anymore at bigflix.I can't understand suddenly why it won't work. I opened the movie in IE, Mozilla Firefox and even Google Chrome browsers to see if it could sniff the rtmpe streams. Just fails to latch onto the movie after sniffing it.
|
#5
|
|||
|
|||
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%) 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%) Code:
rtmpe://cp118461.edgefcs.net/ondemand/bfvideo/ Code:
rtmpe://fms.1B42.edgecastcdn.net/001B42/ |
#6
|
|||
|
|||
Re: RTMPexplorer won't work anymore at bigflix.How do I use the url you got? Where do I edit/paste it to use? BTW I am using the same rtmpdump you linked.
|
Tags: handshake error, rtmp send error, writen |
Thread Tools | |
Display Modes | |
|
|