PDA

View Full Version : adamski.tv: Download protected yycast streams?


LuckyLoader
05-03-2011, 08:35 PM
Hi,
this one gives me a hard time. GetFLV also gives completely different URLs/MRLs so i'm not sure if its a honeypot or something.

These are the URLs:
www.adamski.tv (Beware! Its full of ads, scripts and such. Better only enter with noscript).
http://www.yycast.com/AdamskiTVTest

My best bet so far is:
rtmpdump -V --host "live.yycast.com" -a "live/_definst_" --port 1935 --protocol 0 -W "http://img.yycast.com:805/player-licensed.swf" -p "http://www.yycast.com/AdamskiTVTest" -y "AdamskiTVTest" -o AdamskiTVTest.flv -v

I changed some values manually. I'm not sure if they are right or not. You may want to start by collecting your own values instead. I used 'plugin-container.exe' memory dumps, rtmpsrv.exe, URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) and GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) to collect values. Currently without success.

Any ideas?

Edit: This one is working.
rtmpdump -r "rtmp://85-197.yycast.com/live/_definst_" -W "http://img.yycast.com:805/player-licensed.swf" -p "http://www.yycast.com/AdamskiTVTest" -y "AdamskiTVTest" -o AdamskiTVTest.flv -v

Stream Recorder
05-04-2011, 04:47 AM
I changed some values manually. I'm not sure if they are right or not. You may want to start by collecting your own values instead. I used 'plugin-container.exe' memory dumps, rtmpsrv.exe, URL Snooper (http://all-streaming-media.com/find-stream-URL/Project-URL-Snooper-Find-the-actual-stream-URL-Free-download.htm) and GetFLV (http://all-streaming-media.com/record-video-stream/GetFLV-Download-and-convert-flash-video-streaming.htm) to collect values. Currently without success
Use RTMPexplorer (http://all-streaming-media.com/record-video-stream/RTMPExplorer-freeware-GUI-for-rtmpsrv-Windows.htm) instead.

Or just download/capture with a GUI program like Replay Media Catcher (http://all-streaming-media.com/record-video-stream/Replay-Media-Catcher-HTTP-RTMP-FLV-MP3-ripper-recorder.htm), WM Recorder (http://all-streaming-media.com/record-video-stream/WMRecorder-One-click-online-audio-video-stream-recorder.htm).

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)
How to record rtmp:// flash video .flv stream from embedded Adobe Flash Player

LuckyLoader
05-04-2011, 08:05 AM
Thx. That should speed it up...