myvideo.de without direct rmtp link?hey guys,
one question to you: is it possible, to download the stream without a direct rmtp:// link? At http://www.myvideo.de/watch/8375222/...e_Doesn_t_Mind you only have the player code and a encoded XML data (http://www.myvideo.de/dynamic/get_pl...D&autorun=yes). Or is it possible to decode this data direct? |
Re: myvideo.de without direct rmtp link?Have you tried using RTMPexplorer?
|
Re: myvideo.de without direct rmtp link?pseudo code required to decrypt xml
Code:
$key = md5("c8407a08b3c71ea418ec9dc662f2a56e40cbd6d5a114aa50fb1e1079e17f2b83" . md5($id)) Code:
http://www.myvideo.de/dynamic/get_player_video_xml.php?ID=8375222&flash_playertype=D&autorun=yes |
Re: myvideo.de without direct rmtp link?here is a sample php script. it's not a full downloader but it shows you the relevant info.
Code:
<?php Code:
php MyVideoTV.php your_video_id Code:
http://www.myvideo.de/watch/8375222/Sean_Paul_She_Doesn_t_Mind |
Re: myvideo.de without direct rmtp link?Hi,
thank you for your help. I got a 2 kinds of links, all rmtpe links. The first one works, but here is the second one, i got 6 9 missmatch: /usr/local/bin/rtmpdump -r "rtmpe://myvideo2fs.fplive.net/myvideo2flash/" -a "myvideo2flash" -W "http://is5.myvideo.de/de/player/mingR11b/ming.swf" -f "WIN 10,1,82,76" -p "http://www.myvideo.de/watch/7572095/Sisqo_Thong_Song" -y "flv:movie19/42/7572095" -o "test.mp4" Dont know what to do, that are the only information in the quellcode. Problem is only at the "myvideo2flash"-Links, the other one works fine. Edit: hmm it's funny, sometimes it works, sometimes not?! |
Re: myvideo.de without direct rmtp link?How do you get all these parameters?
Quote:
Quote:
|
Re: myvideo.de without direct rmtp link?Quote:
|
Re: myvideo.de without direct rmtp link?Quote:
Code:
rtmpdump -r "rtmp://myvideo2fs.fplive.net/myvideo2flash/movie19/42/7572095" -o video.flv |
Re: myvideo.de without direct rmtp link?The answer to my question was "Use rtmpsrv":D
|
where do you take the part of the key from?hey ksv, thanks a lot for your explanation about decrypting the xml. where do you get the hex-string you're using to create the rc4 key (c8407a08b3c71ea418ec9dc662f2a56e40cbd6d5a114aa50f b1e1079e17f2b83) from? sorry if i missed something, just want to make sure i can find it in case they change something in the encryption.
thx dakota |
All times are GMT -6. The time now is 08:07 PM. |