Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
How to download Mosaik.tv videos ?Hi !
http://www.mosaik.tv/index.php?emission=1 I'm encountering troubles with vids from Mosaik.tv. I can't manage to get the real stream URL to lauch downloads. Any help would be appreciated. |
#2
|
|||
|
|||
Re: How to download Mosaik.tv videos ?No one knows how to make it ?
|
#3
|
|||
|
|||
Re: How to download Mosaik.tv videos ?there artfully encoded xml file
this is known rtmpte://178.33.47.133/vod/mosaiktv thanks to one good man has found a solution Code:
rtmpdump -r "rtmpte://178.33.47.133/vod/mosaiktv" -a "vod/mosaiktv" -p http://www.mosaik.tv/ -W "http://www.mosaik.tv/visionneuse/visio_v6.swf" -y "mosaiktv/20121207" -o 20121207.flv page code <meta property="og:image" content="http://www.mosaik.tv/videoimages/20121207.jpg" /> Last edited by chap : 12-10-2012 at 03:42 AM. |
#4
|
|||
|
|||
Re: How to download Mosaik.tv videos ?Sample php script to decode XML:
Code:
<?php class Cryptage { public function decode($arg1) { $version = 1; $cle = "t4G3a9M0Zw7"; $loc1 = substr($cle, 0, 1); $loc2 = 0; $loc3 = strlen($arg1); $loc4 = ""; $loc5 = ""; $loc8 = 0; while ($loc2 < $loc3) { $loc7 = substr($arg1, $loc2, 1); if ($loc7 != $loc1) { $loc8 = 1; while ($loc8 < strlen($cle)) { $loc9 = substr($cle, $loc8, 1); if ($loc9 == $loc7) { if ($loc8 == 10) $loc8 = 0; $loc5 = $loc5 . $loc8; break; } $loc8++; } } else { $loc4 = $loc4 . chr($loc5); $loc5 = ""; } $loc2++; } return $loc4; } } $crypt = new Cryptage(); $decoded = $crypt->decode("encoded_xml_data_here"); file_put_contents("Decoded.xml", $decoded); ?> Decoded data: http://pastebin.com/iPWkFAU6 |
#5
|
|||
|
|||
Re: How to download Mosaik.tv videos ?KSV
Thanks |
#6
|
|||
|
|||
Re: How to download Mosaik.tv videos ?Cleartext XML can also be obtained from Flash Player core dump
github.com/svnpenn/a/blob/master/flash-dump.sh |
#7
|
|||
|
|||
Re: How to download Mosaik.tv videos ?First, thank you all for your work and time. It's amazing the amount of knowledges available on this site thanks to you.
Chap's code worked fine. Respects to "one good man"who found the solution. I wish you told me the tool/way you got the parameters for I tried all the versions of rtmpdumphelper or rtmpExploreX with no result. If some one is hungry, don't give him a fish ; teach him how to fish. About KSV's et svnpenn2's scripts, I have one remark to make. As most of people (like me) coming here for help are beginners and don't understand anything about programming, it would be better if you make step by step guides everytime you make a script. In fact, once I download your stuff, I don't know what to do with it as it's chinese for me. Yet I see from some pages on this site you made very helpfull guides (rtmpdump, adobehds....). Thanks to you I can now use them easily. Otherwise, thank you again for your devotion to helping newbies like me. |
#8
|
|||
|
|||
Re: How to download Mosaik.tv videos ?http://www.mosaik.tv/index.php?emission=3
tell me how to pass the parameter -y mosaiktv/20110610_carré rtmpdump does not work with this symbol mosaiktv/20110610_carr\u00E9 no works |
Tags: mosaiktv |
Thread Tools | |
Display Modes | |
|
|