Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > Video stream recording
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #11  
Old 04-07-2012, 12:16 AM
anonymousfreak anonymousfreak is offline
Junior Member
 
Join Date: Apr 2012
Posts: 1
anonymousfreak is on a distinguished road
Default

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!
Reply With Quote
  #12  
Old 04-07-2012, 08:54 AM
jagareco jagareco is offline
Junior Member
 
Join Date: Mar 2012
Posts: 14
jagareco is on a distinguished road
Default

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
Reply With Quote
  #13  
Old 04-07-2012, 10:27 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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";
?>
Reply With Quote
  #14  
Old 04-07-2012, 11:03 AM
jagareco jagareco is offline
Junior Member
 
Join Date: Mar 2012
Posts: 14
jagareco is on a distinguished road
Default

Re: digital concert hall - no capture


interesting, but how? a kind of method that can be used regulary?
Reply With Quote
  #15  
Old 04-07-2012, 11:08 AM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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.
Reply With Quote
  #16  
Old 04-07-2012, 12:02 PM
jagareco jagareco is offline
Junior Member
 
Join Date: Mar 2012
Posts: 14
jagareco is on a distinguished road
Default

Re: digital concert hall - no capture


in page 1 there is a link that include an free performance, for try
Reply With Quote
  #17  
Old 04-07-2012, 03:01 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

Re: digital concert hall - no capture


If you can put a link that doesnt require a login, I will give it a try.
Reply With Quote
  #18  
Old 04-07-2012, 05:35 PM
jagareco jagareco is offline
Junior Member
 
Join Date: Mar 2012
Posts: 14
jagareco is on a distinguished road
Default

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
Reply With Quote
  #19  
Old 04-08-2012, 01:22 PM
beethoven beethoven is offline
Junior Member
 
Join Date: Apr 2012
Posts: 1
beethoven is on a distinguished road
Default

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.
Reply With Quote
  #20  
Old 04-08-2012, 05:37 PM
svnpenn svnpenn is offline
Banned
 
Join Date: Apr 2011
Location: Dallas
Posts: 757
svnpenn is on a distinguished road
Default

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.
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 07:59 PM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons