Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 07-04-2014, 09:32 AM
vinhtq115 vinhtq115 is offline
Junior Member
 
Join Date: Jul 2014
Posts: 4
vinhtq115 is on a distinguished road
Question

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)
Reply With Quote
  #2  
Old 07-04-2014, 12:42 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

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
Reply With Quote
  #3  
Old 07-04-2014, 05:05 PM
gastone gastone is offline
Junior Member
 
Join Date: Aug 2012
Posts: 17
gastone is on a distinguished road
Default

Re: Help me with myvideo.de


You need handshake-10-support.
Reply With Quote
  #4  
Old 07-04-2014, 07:38 PM
vinhtq115 vinhtq115 is offline
Junior Member
 
Join Date: Jul 2014
Posts: 4
vinhtq115 is on a distinguished road
Default

Re: Help me with myvideo.de


Quote:
Originally Posted by denobis View Post
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.
Reply With Quote
  #5  
Old 07-05-2014, 12:48 AM
blimey blimey is offline
Former Member
 
Join Date: Jul 2006
Posts: 286
blimey is on a distinguished road
Default

Re: Help me with myvideo.de


Quote:
Originally Posted by vinhtq115 View Post
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.
Reply With Quote
  #6  
Old 07-05-2014, 02:04 AM
vinhtq115 vinhtq115 is offline
Junior Member
 
Join Date: Jul 2014
Posts: 4
vinhtq115 is on a distinguished road
Default

Re: Help me with myvideo.de


Nevermind. The video was deleted anyway. Thanks for helping me.
Reply With Quote
  #7  
Old 07-05-2014, 02:37 AM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: Help me with myvideo.de


Quote:
Originally Posted by vinhtq115 View Post
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
Reply With Quote
  #8  
Old 07-05-2014, 02:08 AM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

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));
	      	}
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:49 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons