View Single Post
  #3  
Old 03-03-2011, 10:44 AM
any ANONYMOUS forum user any ANONYMOUS forum user is offline
any user of the forum who preferred to post anonymously
 
Join Date: Aug 2011
Location: Server of stream-recorder.com
Posts: 211
any ANONYMOUS forum user is on a distinguished road
Default

Re: next.tinychat.com/lobby/ - Record web-cam chat video


Any Ideas How I can record tinychat with "rtmpdump"

I have tried the following.
Data from "rtmpsuck"

Code:
Streaming on rtmp://0.0.0.0:1935
WARNING: Trying different position for client digest!
Processing connect
app: tinyconf
flashVer: LNX 10,2,152,27
swfUrl: http://tinychat.com/tinychat.swf
tcUrl: rtmp://85.17.28.134:443/tinyconf
pageUrl: http://de.tinychat.com/teenland
WARNING: HandShake: client signature does not match!
Playpath: 6319
Then trying "rtmpdump"

Code:
--swfUrl "http://tinychat.com/tinychat.swf" \
--tcUrl "rtmp://85.17.28.134:443/tinyconf" \
--pageUrl "http://de.tinychat.com/teenland" \
--app "tinyconf" \
--flashVer "LNX 10,2,152,27" \
-r "rtmp://85.17.28.134:443/tinyconf" \
-o "test.flv" \
--playpath "6319"
but this is an error:

Code:
[...]
DEBUG: HandleInvoke, server invoking <onStatus>
DEBUG: HandleInvoke, onStatus: NetStream.Play.StreamNotFound
ERROR: Closing connection: NetStream.Play.StreamNotFound
DEBUG: Closing connection.
Anybody an Idea?
Reply With Quote