Skip to main content
TheYOSH.nl Free information for everybody

Latest news

How to debug Dreambox ReStream

Submitted by theyosh on

You can debug Dreambox ReStream, you can add the following query string to the web url: 
?debug=1

This will open a popup window (allow them to open in your browser). In that popup window you will get all the actions that are done. If there are red messages, than there are problems.

Dreambox ReStream 2.0 ɑ

Submitted by theyosh on

A complete new rewritten version of Dreambox ReStream is available. It is still an alpha version, but it should be pretty stable.

This version has a different code base, and has a different look. This version also supports streaming of your movies on disk like it were Dreambox recordings.

The iPhone support is still a bit buggy, but you should get a nice page when you use your iPhone / Blackberry on ReStream 2.0 website.

I got some errors containing: '<b>Notice</b>: Undefined index: resolution in <b>C:\wamp\www\restream\index.php</b> on line <b>.

Submitted by theyosh on

The problem is that PHP is setup to show also notices. There notices are harmless and it is advised to disable the notice reporting.

You can change this by editing the php.ini file and change the setting 'error_reporting' from 'E_ALL' to 'E_ALL & ~E_NOTICE'

Restart apache and the notices are gone and the software is working.