PDA

View Full Version : tvcristal.net vidéo dl?


le-coyote
07-02-2014, 02:43 PM
Hello guys

I have also a video to download from this site (www.tvcristal.net), but i dont understand how you've found the good link for the video...

Here's my link : http://www.tvcristal.net/video.php?id=RGHuffRzcA

And it will be cool to understand how to find myself the good video stream (with rtmpdump for example)

thank you in advance guys ! :D

denobis
07-02-2014, 06:35 PM
-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 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

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 <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

le-coyote
07-03-2014, 01:43 PM
I really dont undestrand how can i get the good command line...

I've got rtmpdump, and it's installed on C:/, and i have my MS-DOS windows open, it ask me to specify a host or an url :confused:

chap
07-03-2014, 01:47 PM
try
StreamTransport v1.0.2.2041

denobis
07-03-2014, 01:55 PM
Just simply paste in cmd

rtmpdump -r "rtmpte://vod.tvcristal.net/vod/TVcristal" -y "TVcristal/20140701_nocture_saintjoseph" -W "http://www.tvcristal.net/visionneuse/visio_v5.swf" -o "something.mp4"

peterpan
07-03-2014, 01:57 PM
I have confirmed that denobis' code is working...Cheers!

blimey
07-03-2014, 02:06 PM
Also note that encrypted rtmp (rtmpte in this case) is not mandatory, although tunneling (rtmpt) is. There doesn't seem to be any swf verification. You could manually paste;

rtmpt://vod.tvcristal.net/vod/TVcristal/TVcristal/20140701_nocture_saintjoseph

into IDM, and it will work.

le-coyote
07-03-2014, 02:19 PM
http://reho.st/self/bea185c763543d3dbe819df6e82a0aff590e1189.jpg

Thank you very much for your help !!! :D