PDA

View Full Version : www.stickam.com: How to record stickam videos


any ANONYMOUS forum user
02-02-2010, 05:56 AM
I need to download the "What's Hot at CES 2010" video from stickam.

http://www.stickam.com/viewMedia.do?mId=187171847&rf=hvthumb
Please help

Stream Recorder
02-02-2010, 06:11 AM
Stickam uses HTTP on-demand streams and RTMP live streams. HTTP streams are easier to record, but you can record RTMP streams as well.

RTMP flash stream recorders can download both RTMP and HTTP streams. You can use download/capture videos automatically with Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm) (RMC) and Jaksta (http://all-streaming-media.com/record-video-stream/Jaksta-Streaming-Media%20Recorder-and-Converter.htm)

If you don't want to use commercial software like RMC and Jaksta, you can try freeware Orbit Downloader (http://all-streaming-media.com/record-video-stream/Download-manager-Orbit-Downloader-Record-HTTP-MMS-RTSP-RTMP-media-streams-Freeware.htm), CooJah + Blader (http://all-streaming-media.com/record-video-stream/Blader-freeware-RTMP-downloader.htm), TubeMaster++ (http://all-streaming-media.com/record-video-stream/TubeMaster-freeware-open-source-stream-recorder-with-RTMP-support-Windows-Linux-MacOS.htm), rtmpdump (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm).

More:
FAQ: How to record/download/capture/save Adobe Flash .FLV video RTMP stream from embedded player (http://all-streaming-media.com/faq/recording-media-stream/faq-record-download-capture-save-flash-flv-video-rtmp.htm)

FAQ: How to record/download/capture/save Adobe Flash .FLV video HTTP stream from embedded player (http://all-streaming-media.com/faq/recording-media-stream/faq-record-download-capture-save-flash-flv-video-http.htm)

any ANONYMOUS forum user
05-24-2010, 04:22 AM
1. Get the UID, e.g. from the Profilepage/Photos-URL
Result: e.g. 179889868
2. Call (replace performerID with the UID)
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 (http://all-streaming-media.com/record-video-stream/rtmpdump-freeware-console-RTMP-downloading-application.htm)
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