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

tvcristal.net vidéo dl?

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

le-coyote 07-02-2014 02:43 PM

tvcristal.net vidéo dl?


 
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

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

le-coyote 07-03-2014 01:43 PM

Re: tvcristal.net vidéo dl?


 
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

Re: tvcristal.net vidéo dl?


 
try
StreamTransport v1.0.2.2041

denobis 07-03-2014 01:55 PM

Re: tvcristal.net vidéo dl?


 
Just simply paste in cmd

Code:

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

Re: tvcristal.net vidéo dl?


 
I have confirmed that denobis' code is working...Cheers!

blimey 07-03-2014 02:06 PM

Re: tvcristal.net vidéo dl?


 
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;
Code:

rtmpt://vod.tvcristal.net/vod/TVcristal/TVcristal/20140701_nocture_saintjoseph
into IDM, and it will work.

le-coyote 07-03-2014 02:19 PM

Re: tvcristal.net vidéo dl?


 


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


All times are GMT -6. The time now is 09:47 PM.