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?