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

digital concert hall - no capture

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

anonymousfreak 04-06-2012 11:16 PM

Re: digital concert hall - no capture


 
NOOOOOOOOOOOOOOOOOO~!~!~!~! IF THERE'S NO CHOICE WE GOTTA COME UP WITH A NEW TOOL!!! I need to download those videos!

jagareco 04-07-2012 07:54 AM

Re: digital concert hall - no capture


 
i 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

svnpenn 04-07-2012 09:27 AM

Re: digital concert hall - no capture


 
This 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";
?>


jagareco 04-07-2012 10:03 AM

Re: digital concert hall - no capture


 
interesting, but how? a kind of method that can be used regulary?

svnpenn 04-07-2012 10:08 AM

Re: digital concert hall - no capture


 
Well I was going to take a crack at it, but that website requires a password, so I cant be bothered.

jagareco 04-07-2012 11:02 AM

Re: digital concert hall - no capture


 
in page 1 there is a link that include an free performance, for try

svnpenn 04-07-2012 02:01 PM

Re: digital concert hall - no capture


 
If you can put a link that doesnt require a login, I will give it a try.

jagareco 04-07-2012 04:35 PM

Re: digital concert hall - no capture


 
i use an friend account for see and others, so i cant provide you password. i dont know if anonymousfreak can help us on this

beethoven 04-08-2012 12:22 PM

Re: digital concert hall - no capture


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

svnpenn 04-08-2012 04:37 PM

Re: digital concert hall - no capture


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


All times are GMT -6. The time now is 01:36 AM.