Audio/video stream recording forums
|
Attention Visitor: |
You may have to register or log in before you can post:
|
|
|
Thread Tools | Display Modes |
#11
|
|||
|
|||
Re: digital concert hall - no captureNOOOOOOOOOOOOOOOOOO~!~!~!~! IF THERE'S NO CHOICE WE GOTTA COME UP WITH A NEW TOOL!!! I need to download those videos!
|
#12
|
|||
|
|||
Re: digital concert hall - no capturei really really hope that you found a tool for get this videos again, in the same way that it was. please let us know if there is a solution, we are not millions, but our love for this music its bigger than that
jaime |
#13
|
|||
|
|||
Re: digital concert hall - no captureThis is KSV script from stream-recorder.com/forum/showpost.php?p=38823&postcount=5
If modified it might be able to do it Code:
<?php echo "KSV EugeniaVoda Downloader\n"; $format = "%-7s : %s\n"; if ($argc <= 2) { echo "Enter URL : "; $url = trim(fgets(STDIN)); echo "Enter Filename : "; $filename = trim(fgets(STDIN)); } else { $url = $argv[1]; $filename = $argv[2]; } echo "Retrieving data . . .\n"; $json = file_get_contents($url . "/offsets.json"); $chunks = json_decode($json); if (!$chunks) die("Failed to decode json"); $fh = fopen($filename, 'wb'); fwrite($fh, "\x46\x4C\x56\x01\x05\x00\x00\x00\x09\x00\x00\x00\x00"); $total_chunks = count($chunks); for ($i = 0; $i < $total_chunks; $i++) { echo "Downloading " . ($i + 1) . " of $total_chunks chunks\r"; $data = file_get_contents($url . "/$chunks[$i].flvtags"); fwrite($fh, $data); } fclose($fh); echo "\nFinished\n"; ?> |
#14
|
|||
|
|||
Re: digital concert hall - no captureinteresting, but how? a kind of method that can be used regulary?
|
#15
|
|||
|
|||
Re: digital concert hall - no captureWell I was going to take a crack at it, but that website requires a password, so I cant be bothered.
|
#16
|
|||
|
|||
Re: digital concert hall - no capturein page 1 there is a link that include an free performance, for try
|
#17
|
|||
|
|||
Re: digital concert hall - no captureIf you can put a link that doesnt require a login, I will give it a try.
|
#18
|
|||
|
|||
Re: digital concert hall - no capturei use an friend account for see and others, so i cant provide you password. i dont know if anonymousfreak can help us on this
|
#19
|
|||
|
|||
Re: digital concert hall - no captureThis video is free and uses the same playing method as usual digital concert hall videos:
http://www.digitalconcerthall.com/de/konzert/play/58 A login is needed but without paying for anything (this video is free). If you'd register with an anonymous mail address you could check the streaming method of digital concert hall. |
#20
|
|||
|
|||
Re: digital concert hall - no captureIf someone wants to provide either
* A link that doesnt require a login * A link that requires a login, with login info then we can move forward. |
Tags: berlin philharmonic |
Thread Tools | |
Display Modes | |
|
|