View Single Post
  #3  
Old 05-24-2010, 04:22 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: Need some help downloading from stickam.com with rtmpdump


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
Reply With Quote