CodeIgniter Web Based Media Player

You need a basic LAMP stack and “mp3info” – should be available in your repo’s.

This is totally open – if anyone wants to help out with development leave a comment or send me a message.

The goal is to stream remote media over the web with an intuitive web interface.

Installation :

apt-get install mp3info

cd /var/www

wget https://downloads.sourceforge.net/project/cimediaplayer/Media.tar.gz?r=https%3A%2F%2Fsourceforge.net%2Fprojects%2Fcimediaplayer%2Ffiles%2F&ts=1282412797&mirror=master

tar -zxvf Media.tar.gz

Add an Apache virtual host.

create a database : mysqladmin -u root -p create media

edit application/config/database.php using your database creds.

That should be about it – I know these instructions are lazy but it is Saturday… Leave comments if you need help.