mitxp / HbbTV-Testsuite

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

Building a stream #12

Closed ghost closed 11 years ago

ghost commented 11 years ago

I'd like to build a stream myself with the test suite on services in my stream. Is there a guide to which files to tweak, how to render the php into html etc.?

mitxp commented 11 years ago

Hello Paul,

if you want to include the test suite in your own stream, this is feasible, but we don't provide for this. Basically a lot of tests will fail because they expect the stream to look exactly like our stream (especially the video and two audio + subtitle components as well as the EPG information in the stream is required to match our stream). You might have a look at this file & modify it: https://github.com/mitxp/HbbTV-Testsuite/blob/master/settings.js

But you will need some multiplexing & AIT & DSM-CC & StreamEvent generation skills for this.

Basically: A lot of hard work. I wish you luck. But I personally see no reason for doing this as we already provide a sample stream :)