Skip to main content
TheYOSH.nl Free information for everybody

Latest news

Fatal error: Maximum execution time of XX seconds exceeded in...

Submitted by theyosh on

This is because it takes more than XX seconds to get all the data from your dreambox.

The solution is quite simple: Locate your php.ini file and open it with a text editor. Look for the line max_execution_time. It should say something like 30. Increase that number to 60.

Restart your apache to reload the php settings. Now you have 60 seconds the time to get the information from your dreambox. If this is still to less, just increase the number with 30 seconds each.

No MP3 Audio with the stream

Submitted by theyosh on

On most Linux systems you will not have an MP3 codec. This is because of the copyrights of the codec. But you can install it by hand.

For Ubuntu use this page: http://po-ru.com/diary/fixing-ffmpeg-on-ubuntu/

I had to change the lines from:

confflags += --enable-mp3lame --enable-faad
confflags += --enable-faac --enable-xvid

to:

confflags += --enable-libmp3lame --enable-libfaad
confflags += --enable-libfaac --enable-xvid