Hi !
I've find this information of cam4 system
If you try this query
hxxp://www.cam4.com/direct?room=USER_ON_LINE&devenv=false
you get the rtmp link associated of this user!
So I've started rtmp :
Code:
rtmpdump -r rtmp://ipgetabove/playpath -y cam4-chatN -f "LNX 10,0,32,18" -W http://www.cam4.com/client/Cam4_3.3.6.swf -p "http://www.cam4.com/direct?room=USER_ON_LINE&devenv=true" -V -a / -o rec.flv
Code:
###And this is Output ####
RTMPDump v2.3
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
DEBUG: Protocol : RTMP
DEBUG: Hostname : 99.192.178.103
DEBUG: Port : 1935
DEBUG: Playpath : cam4-chatN
DEBUG: tcUrl : rtmp://99.192.178.103:1935//
DEBUG: swfUrl : http://www.cam4.com/client/Cam4_3.3.6.swf
DEBUG: pageUrl : http://www.cam4.com/direct?room=USER_ON_LINE&devenv=true
DEBUG: app : /
DEBUG: flashVer : LNX 10,0,32,18
DEBUG: live : no
DEBUG: timeout : 30 sec
DEBUG: SWFSHA256:
DEBUG: 3b ce ff b4 a1 02 39 c9 ca 4c df 67 c8 20 bb 1b
DEBUG: 70 04 b3 17 63 0c c2 ad 66 91 64 57 bb a0 a5 80
DEBUG: SWFSize : 1583170
DEBUG: Setting buffer time to: 36000000ms
Connecting ...
DEBUG: RTMP_Connect1, ... connected, handshaking
DEBUG: HandShake: Client type: 03
DEBUG: HandShake: Client digest offset: 430
DEBUG: HandShake: Initial client digest:
DEBUG: 72 52 1f bc a2 45 a0 17 e9 01 9c 72 45 f5 62 90
DEBUG: f1 5b d7 41 ef f2 e2 bc fe d7 79 55 35 b2 0e 8d
DEBUG: HandShake: Type Answer : 03
DEBUG: HandShake: Server Uptime : 96850052
DEBUG: HandShake: FMS Version : 3.0.1.1
DEBUG: HandShake: Calculated digest key from secure key and server digest:
DEBUG: 9e ed a0 e9 fc b3 3f d8 7e 08 1f 41 80 75 a1 bb
DEBUG: a5 5c ec c1 5f 4c 3d f0 27 7f 69 ae b0 f9 45 47
DEBUG: HandShake: Client signature calculated:
DEBUG: 80 bb f6 1c d1 ae 47 08 bd 0c d2 61 e3 28 bb 51
DEBUG: b0 e6 43 fd 0e 1e 21 93 27 80 78 65 ed 8e 53 86
DEBUG: HandShake: Server sent signature:
DEBUG: fd 72 ac a2 56 49 16 a0 fd 4c bb e8 f0 77 17 e6
DEBUG: 0a 84 35 a2 19 2f e9 40 dc 49 85 ea be eb 61 38
DEBUG: HandShake: Digest key:
DEBUG: 90 5d 0d 03 3a 9a 90 c6 a4 ef 0f 20 48 aa 08 3f
DEBUG: 66 1b a3 52 4e 27 ad 24 94 43 8a 6f bb fe 62 dd
DEBUG: HandShake: Signature calculated:
DEBUG: fd 72 ac a2 56 49 16 a0 fd 4c bb e8 f0 77 17 e6
DEBUG: 0a 84 35 a2 19 2f e9 40 dc 49 85 ea be eb 61 38
DEBUG: HandShake: Genuine Adobe Flash Media Server
DEBUG: HandShake: Handshaking finished....
DEBUG: RTMP_Connect1, handshaked
DEBUG: Invoking connect
INFO: Connected...
DEBUG: HandleCtrl, received ctrl. type: 6, len: 6
DEBUG: HandleCtrl, Ping 20737
DEBUG: sending ctrl. type: 0x0007
DEBUG: HandleCtrl, received ctrl. type: 6, len: 6
DEBUG: HandleCtrl, Ping 41202
DEBUG: sending ctrl. type: 0x0007
DEBUG: HandleCtrl, received ctrl. type: 6, len: 6
DEBUG: HandleCtrl, Ping 61415
....
...
..
but still continue in this way...
and rec.flv is empy!
You got any idea?