180 likes | 314 Views
Jinzora-Streaming Media server. Presentation by Ranjam Ali , Prabin Lama Robin Shrestha. web based media streaming and management system. provides quick and easy access to online music and videos written in php. Introduction. Install LAMP( Lamp stands for Linux, Apache, MYSQL and PHP. )
E N D
Jinzora-Streaming Media server Presentation by Ranjam Ali , Prabin Lama Robin Shrestha
web based media streaming and management system. • provides quick and easy access to online music and videos • written in php Introduction
Install LAMP(Lamp stands for Linux, Apache, MYSQL and PHP. ) • Installing Apache, Php and Mysql • Go to System-> Administration->Synaptic Package Manager • Search for apache2 and check the box and click 'Mark for installation'. • Select Apply. It will start installing package. • Search for apache2 and check the box and click 'Mark for installation'. • Select Apply. It will start installing package. • OR • Open Terminal • sudo apt-get install apache2 • Similarly install mysql-server and phpmyadmin Pre-installation of JINZORA
Download jinzora2 from http://en.jinzora.com/downloads and extract jinzora using Archive manager • OR • Open the terminal • Applications->Accessories->Terminal • wgethttp://downloads.sourceforge.net/jinzora/jz275.tar.gz • tar -zxvf jz275.tar.gz • Copy the folder(jinzora2) to the root of the web server • sudo cp -r jinzora2 /var/www • change the permission • cd /var/www/jinzora2 • sudo sh configure.sh Installation and configuration of JINZORA
install the required files. • sudo apt-get install php5-gd • sudo /etc/init.d/apache2 restart • Since the default setting doesn't meet the requirement of jinzora, we should change its php.ini settings. • gksugedit /etc/php5/apache2/php.ini • change the memory_limit= 16M to 64MB • change max_execution_time = 30 to 300 • change post_max_size = 8M to 32MB • change upload_max_filesize= 2M to 32M • save the settings and close the file Installation and configuration of JINZORA
Open browser and point URL to localhost/jinzora2 you will see welcome page of jinzora . Here, you have to go through several install steps. provides quick and easy access to online music and videos Installation of jinzora
changed the basic settings • clicking ’Proceed to License>> Installation of jinzora
Choosee right installation type • Click proceed to Main Setting Installation of jinzora
Give required Information • Proceed to Backend Setup>> Installation of jinzora
enter MySQL username and password. Also, give a Database name and Database server and type • Note that Create database is set to ’true’. If not set to true, then the jinzora installation will fail. • Continue with Backend install Installation of jinzora
Creating database process will be successful if everything is correct • Click on the “import media” • Click “proceed to save to config” Installation of jinzora
After the configuration is written successfully, click ’Proceed to launch jinzora’. Installation of jinzora
”Share Anonymous Stats” if you want to share • Finally Lunch jinzora Installation of jinzora
You will be prompteed to login screen • Now open terminal and remove the install file recursively. • sudorm –R /var/www/jinzora2/install • Refresh Browser, you will be logged into jinzora home Launch Jinzora
Here you can change the look and skin through interface and style option • Install some webplayer • We have used FlowPlayer Launch Jinzora
Download latest version of Flowplayer • wgethttp://belnet.dl.sourceforge.net/sourceforge/flowplayer/flowplayer-3.2.5.zip • unzip tp extract it. • apt-get install unzip • unzip flowplayer-3.2.5.zip • move the file to the root of web server(/var/www/) • mvflowplayer /var/www/ Installing FlowPlayer
After installation Edit index.html file (which let us to play our music files • sudonano /var/www/index.html Installing FlowPlayer