LiveCounter update
From now it is possible to have your own AJAX LiveCounter. Just add one line to your code and voila!
From now it is possible to have your own AJAX LiveCounter. Just add one line to your code and voila!
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.
As of 12 march LT Team has updated there superb Dreambox Image. The also updated there Stream2Dream player with the ability to watch Youtube movies.
So I made also an update of my Linux Stream2Dream version. So get the latest version here!
Watch here the promo movie of the LT Team 4 Revolution.
Make sure you have php_safe_mode off. This is needed to execute the VLC executable.
You can change that in the php.ini file, or setting it in httpd.conf file as an php option:
php_admin_flag safe_mode Off
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