Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

Help me with myvideo.de

(http://stream-recorder.com/forum/showthread.php?t=18486)

vinhtq115 07-04-2014 08:32 AM

Help me with myvideo.de


 
Hello. Can you help me with this video? 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

Re: Help me with myvideo.de


 
Try

Code:

rtmpdump -r "rtmp://myvideo3fs.fplive.net/myvideo3/?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk="  -y "flv:movie39/88/9410164?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk="  -a "myvideo3?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk="  -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

Re: Help me with myvideo.de


 
You need handshake-10-support.

vinhtq115 07-04-2014 06:38 PM

Re: Help me with myvideo.de


 
Quote:

Originally Posted by denobis (Post 68793)
Try

Code:

rtmpdump -r "rtmp://myvideo3fs.fplive.net/myvideo3/?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk="  -y "flv:movie39/88/9410164?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk="  -a "myvideo3?token=c3RhcnRfdGltZT0yMDE0MDcwNDE3MTUzMiZlbmRfdGltZT0yMDE0MDcwNDIyMTUzNyZkaWdlc3Q9NjNkYmQ0N2M2Yzg0ODVmZTkyMzA2NTgwMGViZGEyODk="  -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

Re: Help me with myvideo.de


 
Quote:

Originally Posted by vinhtq115 (Post 68802)
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 still works.

vinhtq115 07-05-2014 01:04 AM

Re: Help me with myvideo.de


 
Nevermind. The video was deleted anyway. Thanks for helping me.

denobis 07-05-2014 01:08 AM

Re: Help me with myvideo.de


 
Hi,

also to complete the script you can generate the token manually

Code:

        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

Re: Help me with myvideo.de


 
Quote:

Originally Posted by vinhtq115 (Post 68807)
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/b4...a3toMP4v17.exe


All times are GMT -6. The time now is 01:56 AM.