View Single Post
  #2  
Old 07-02-2014, 06:35 PM
denobis denobis is offline
Senior Member
 
Join Date: Sep 2013
Posts: 568
denobis is on a distinguished road
Default

Re: tvcristal.net vidéo dl?


Code:
-r "rtmpte://vod.tvcristal.net/vod/TVcristal" -y "TVcristal/20140701_nocture_saintjoseph" -W "http://www.tvcristal.net/visionneuse/visio_v5.swf" -a "vod/TVcristal" -R
take the url
Code:
http://www.tvcristal.net/visionneuse/proprietes_visio_v5.php?key=RGHuffRzcA&habillage=&urlEnCours=http://www.tvcristal.net/video.php?id=RGHuffRzcA
and decrypt its content

Code:
        function decode($encrypted)
		{
		    $cle = "t4G3a9M0Zw7";$x=-1;	            
	            while (++$x < strlen($encrypted)) 		  	                		    
	                if ($encrypted[$x] == "t")
				{
		                    $decrypted.= chr($y);
		                    $y = "";
	                	} 
			else if ($z=strpos($cle,$encrypted[$x])) 
				$y.=$z % 10;

	            return $decrypted;
	        }
Construct the stream

-r <url_fms> -y <instance_name>/<fichier> (or <fichierHQ>)

althoug with
Code:
<link rel="image_src" href="http://www.tvcristal.net/videoimages/20140701_nocture_saintjoseph.jpg" />
you have the fichier. The rest maybe is always the same
Reply With Quote