PDA

View Full Version : Help me with myvideo.de


vinhtq115
07-04-2014, 08:32 AM
Hello. Can you help me with this video (www.myvideo.de/watch/9410164/Folge_22_Der_Schneemann_Kakerlaken_auf_jedem_Stock _Der_Etappensieg_Oggy_und_die_Kakerlaken_Oggy_und_ die_Kakerlaken)? I tried to use RTMPdump but it always tells me 6 9 mismatch.
(video is GeoBlock and i already used VPN)

denobis
07-04-2014, 11:42 AM
Try

rtmpdump -r "rtmp://myvideo3fs.fplive.net/myvideo3/?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGl tZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0O DVmZTkyMzA2NTgwMGViZGEyODk=" -y "flv:movie39/88/9410164?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZl bmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2 M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk=" -a "myvideo3?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZ lbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N 2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk=" -W "http://is5.myvideo.de/de/player/mingR13y/cartridge/video/video.swf" -R -e -o schneemann.flv

but the token spires. Atresdownloader can help you

gastone
07-04-2014, 04:05 PM
You need handshake-10-support.

vinhtq115
07-04-2014, 06:38 PM
Try

rtmpdump -r "rtmp://myvideo3fs.fplive.net/myvideo3/?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGl tZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0O DVmZTkyMzA2NTgwMGViZGEyODk=" -y "flv:movie39/88/9410164?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZl bmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2 M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk=" -a "myvideo3?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZ lbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N 2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk=" -W "http://is5.myvideo.de/de/player/mingR13y/cartridge/video/video.swf" -R -e -o schneemann.flv

but the token spires. Atresdownloader can help you

Got NetStream.Failed. Sometimes this site accidently let IDM catch its RTMP(not RTMPE) link.

blimey
07-04-2014, 11:48 PM
Got NetStream.Failed. Sometimes this site accidently let IDM catch its RTMP(not RTMPE) link.
As den stated, "the token spires". If it is expired, you'll get that failure.

Use the atres thing, or youtube-dl, or if you want to manually get a new token, this php script (http://stream-recorder.com/forum/showpost.php?p=41471&postcount=4) still works.

vinhtq115
07-05-2014, 01:04 AM
Nevermind. The video was deleted anyway. Thanks for helping me.

denobis
07-05-2014, 01:08 AM
Hi,

also to complete the script you can generate the token manually

function sprint($time)
{
$time =getdate($time);
$sprint =array("mon","mday","hours","minutes","seconds");
foreach ($sprint as $x) $time[$x]=sprintf("%02d",$time[$x]);

return $time["year"].$time["mon"].$time["mday"].
$time["hours"].$time["minutes"].$time["seconds"];
}

function generateUrlToken($path, $token, $duration)
{

// $path as explode("/",$conn)[3] i.e. myvideo3 or so

$start_time =time();

$expir ="start_time=".sprint($start_time)."&end_time=".sprint($start_time+$duration);
// $token normally "Berlinale"
return base64_encode($expir."&digest=".md5($path."?".$expir."#".$token));
}

denobis
07-05-2014, 01:37 AM
Nevermind. The video was deleted anyway. Thanks for helping me.

No, the video wasn't deleted, it's not showed which isnt the same. You only must use the url with atresdownloader to get the video

http://www.mediafire.com/download/b4aggqjg1c43992/a3toMP4v17.exe