mitxp / HbbTV-Testsuite

Tests for HbbTV implementations
http://itv.mit-xperts.com/hbbtvtest/
131 stars 56 forks source link

issue and suggestion #4

Closed bjjay closed 13 years ago

bjjay commented 13 years ago
  1. Stream issue: http://www.mit-xperts.com/download/irtws201105.zip In the first channel of this stream, the launched DSMCC file name should be "index.html" not be "index.php"
  2. In order to operate easily, modify the (root) index.php, and add these code after line 43: //begin
    } else if(kc == VK_LEFT){ menuSelect(selected-6); setDescr(); return true; } else if(kc == VK_RIGHT){ menuSelect(selected+6); setDescr(); return true; //end
  3. The word "squeeeze" in the file "memoryaudio/index.php" should be "squeeze" :)
mitxp commented 13 years ago
  1. Which service are you talking about? (what is the service name)
  2. implemented
  3. changed :)
bjjay commented 13 years ago

The Service is : 28196 (HbbTV-XDummy)

mitxp commented 13 years ago

OK, thanks. The service was included by accident and should be ignored. It was in there for testing only and is not part of our official test services (the HbbTV-Animation service should be ignored, too).

For the next version of the test stream, I'll remove the service(s), but I don't want to generate a new stream just because of this, so I'll wait to see if there are more reasons to generate a new stream.