1. Get the UID, e.g. from the Profilepage/Photos-URL
Result: e.g. 179889868
2. Call (replace performerID with the UID)
Code:
http://player.stickam.com/servlet/flash/getChannel?type=join&performerID=179889868
Result: e.g.
freeServerIP=67.201.54.72,67.201.54.67,67.201.54.7 3,67.201.54.75&serverIP=67.201.54.65&inServerIP=flash027.stk&
channelID=12948815&isEvent=false&errorCode=0
3. call
rtmpdump
rtmpdump -r "rtmp://
freeServerIP/video_chat2_stickam_peep/
channelID/public/mainHostFeed" -o "output.flv" --swfVfy "http://player.stickam.com/flash/stickam/stickam_simple_video_player.swf" -C O:1 -C NS:channel:
UID -C O:1 --live
e.g. to call:
rtmpdump -r "rtmp://67.201.54.72/video_chat2_stickam_peep/12948815/public/mainHostFeed" -o "output.flv" --swfVfy "http://player.stickam.com/flash/stickam/stickam_simple_video_player.swf" -C O:1 -C NS:channel:179889868 -C O:1 --live