if you see that deb.paissad.org is down, please do use deb.paissad.net instead.
currently, there are some troubles with my web hosting service with "deb.paissad.org" that will be solved.
This topic contains many pages, and i guess most of people don't want to read all the pages !
But if ever you encounter problems during installations, please try a search before asking a question, thanks.
I've packaged the software for debian & ubuntu distributions, ....
I will also do my best to make the package available in ubuntu repositories as soon as all requirements are respected

Btw, i added some features to the software to make it more "linux and server friendly" ...
A) FEATURES:
1) init.d script,
2) logrotate the debug.log file
3) menu-icon available
4) PMS.conf and WEB.conf files won't be removed if you use apt-get remove ( they are considered as conffiles, .... only apt-get purge will remove them)
5) ...
B) INSTALLATION
Just follow one of automatic or manual installation

AUTOMATIC INSTALLATION
I wrote a script in order to install pms-linux, all its dependencies .... so that newbies or lazy people do not get much troubles ...
Run this command
- Code: Select all
wget -q --no-check-certificate https://svn.paissad.net/misc/stuffs/install_PMS.sh -O /tmp/install_PMS.sh && bash /tmp/install_PMS.sh
If you get troubles when running the script .. let me know
MANUAL INSTALLATION
The software and its source is available in this repository , add it to your /etc/apt/sources.list file
- Code: Select all
deb http://deb.paissad.org/ unstable main contrib non-free
deb-src http://deb.paissad.org/ unstable main contrib
Get the public gpg key
- Code: Select all
wget -q -O- http://deb.paissad.org/public-key.asc | sudo apt-key add -
Please, send me a personal message if ever you encounter problems while downloading the key .. or if the server is down
Thanks.
Depends(requirements): mplayer, mencoder, ffmpeg, openjdk-6-jre
Recommends: vlc, dcraw, tsmuxer, libmediainfo0, libzen0
In order to install libzen0 and libmediainfo0, you must add this repository to your /etc/apt/sources.list and get the key ...
- Code: Select all
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys F9D8BC54
Replace YOUR_UBUNTU_VERSION with for example: lucid, karmic, jaunty, ....
- Code: Select all
deb http://ppa.launchpad.net/shiki/mediainfo/ubuntu YOUR_UBUNTU_VERSION_HERE main
- Code: Select all
sudo apt-get update
sudo apt-get install mplayer mencoder ffmpeg openjdk-6-jre vlc dcraw libmediainfo0 libzen0 tsmuxer pms-linux
C) RUN
Run it via the menu icon
Or run it via terminal or init.d script
- Code: Select all
pms-linux
- Code: Select all
sudo /etc/init.d/pms-linux start
D) NOTES:
Do not hesitate reading the manpage
- Code: Select all
man pms-linux
You can see the brief changes i did by downloading the source.
- Code: Select all
apt-get source pms-linux
NOTE:
I did not include tsMuxeR in the .DEB package knowing that the source code of that software is not available. Thus, i packaged tsMuxeR software into another DEB package ( tsmuxer ) which is available in my personal repository in non-free section. For information, pms-linux is available in section main of the repository !!
You should also take a look at this topic viewtopic.php?f=3&t=1508 in order to install latest version of mplayer,mencoder and so on.
The later, the better.
For people speaking french, they can read the ubuntu doc page
http://doc.ubuntu-fr.org/pms-linux
--------------------------------------------------------------------------------------------------------
IF MY PERSONAL SERVER IS DOWN FOR SOME REASON , JUST USE TEMPORARY THE PPA
LAUNCHPAD REPOSITORY WAITING I SOLVE THE PROBLEM ...
SO, THE FOLLOWING IS TOTALLY OPTIONAL, NO NEED TO FOLLOW THE INSTRUCTIONS
BELOW IF EVERYTHING ABOVE WORKED PERFECTLY ! (goodbye then ...

I decided to create it only because it rarely happens that my server to be down for some minutes or hours

But the tsmuxer package which at this moment is only available in my personal repository.
And most of the time, the software version in PPA repository is lower that the one in my personal repository
deb http://ppa.launchpad.net/paissad/pms-linux/ubuntu lucid main
deb-src http://ppa.launchpad.net/paissad/pms-linux/ubuntu lucid main
Get the PPA key following this command:
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 8A72660B
---------------------------------------------------------------------------------------------------------