View Single Post
  #2  
Old 01-06-2012, 09:50 AM
chap chap is offline
Senior Member
 
Join Date: Feb 2011
Location: Ukraine
Posts: 1,165
chap is on a distinguished road
Default

Re: I've spent 6 hours trying to get rtmpsrv working!


Quote:
Originally Posted by guestman View Post
Code:
rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1/?ovpfv=1.1&e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -a "a4174/e1/?ovpfv=1.1&e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -f "WIN 11,1,102,55" -W "http://www.channel4.com/static/programmes/asset/flash/swf/4odplayer-11.8.5.swf" -p "http://www.channel4.com/programmes/the-hamburg-cell/4od" -C Z: -y "mp4:xcuassets/CH4_08_02_16_34046001001003_002.mp4?e=1325823099&ip=85.237.211.92&h=09198efced901dc091aee0f665609240" -o CH4_08_02_16_34046001001003_002.flv
pause
I was using a proxy, watching without capturing software always works. When I try to capture I get the handshake error.

My client uses version 6, server wants version 9.

RTMP supports version 9, it's in the readme. Where is my mistake? Please help me, searching almost 20 forums didn't help. Most topics are from 2007 and older.
Code:
RTMP Server v2.4 GIT-2011-12-22 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu; license: GPL

Streaming on rtmp://0.0.0.0:1935

rtmpdump -r "rtmpe://ll.securestream.channel4.com:1935/a4174/e1/" -a "a4174/e1/?
ovpfv=1.1&e=1325868732&ip=213.229.74.111&h=1139d736285a642ff9d9f1b186cc3b53" -f
"WIN 10,3,183,10" -W "http://www.channel4.com/static/programmes/asset/flash/swf/
4odplayer-11.8.5.swf" -p "http://www.channel4.com/programmes/the-hamburg-cell/4o
d" -C Z: -y "mp4:xcuassets/CH4_08_02_16_34046001001003_002.mp4?e=1325868732&ip=2
13.229.74.111&h=1139d736285a642ff9d9f1b186cc3b53" -o CH4_08_02_16_34046001001003
_002.flv

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              6065.07
INFO:   moovPosition          28.00
INFO:   width                 512.00
INFO:   height                288.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       24000.00
INFO:   audiochannels         2.00
INFO: trackinfo:
INFO:   length                151625000.00
INFO:   timescale             25000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            avc1
INFO:   length                145561600.00
INFO:   timescale             24000.00
INFO:   language              eng
INFO: sampledescription:
INFO:   sampletype            mp4a
4751.107 kB / 65.96 sec (1.0%)
Reply With Quote