Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
Help me with myvideo.deHello. 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) |
#2
|
|||
|
|||
Re: Help me with myvideo.deTry
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 |
#3
|
|||
|
|||
Re: Help me with myvideo.deYou need handshake-10-support.
|
#4
|
|||
|
|||
Re: Help me with myvideo.deQuote:
|
#5
|
|||
|
|||
Re: Help me with myvideo.deQuote:
Use the atres thing, or youtube-dl, or if you want to manually get a new token, this php script still works. |
#6
|
|||
|
|||
Re: Help me with myvideo.deNevermind. The video was deleted anyway. Thanks for helping me.
|
#7
|
|||
|
|||
Re: Help me with myvideo.deHi,
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)); } |
#8
|
|||
|
|||
Re: Help me with myvideo.deQuote:
http://www.mediafire.com/download/b4...a3toMP4v17.exe |
Tags: rtmpe |
Thread Tools | |
Display Modes | |
|
|