个人工具

“UbuntuHelp:Ps3MediaServer”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(创建新页面为 '{{From|https://help.ubuntu.com/community/Ps3MediaServer}} {{Languages|UbuntuHelp:Ps3MediaServer}} =Ps3MediaServer=; Feel free to edit this HOWTO == Introduction == Stream Media...')
 
第1行: 第1行:
 
{{From|https://help.ubuntu.com/community/Ps3MediaServer}}
 
{{From|https://help.ubuntu.com/community/Ps3MediaServer}}
 
{{Languages|UbuntuHelp:Ps3MediaServer}}
 
{{Languages|UbuntuHelp:Ps3MediaServer}}
=Ps3MediaServer=;
+
== PS3 Media Server ==
Feel free to edit this HOWTO
+
 
== Introduction ==
 
== Introduction ==
Stream Media to your PS3 from Ubuntu
+
Stream Media to your DLNA compliant devices.
Playstation3 users have difficulties to stream and play media on their PS3 , the latest dashboard on PS3 supports a lot of common formats now,but for ex. .Mkv files are not supported yet.
+
PS3 Media Server is a DLNA compliant Upnp Media Server originally written for the PS3, now supports Xbox360, Sony Bravia, Popcorn Hour, Samsung Wiselink, Freebox HD & others. PMS is written in Java, with the purpose of streaming or transcoding any kind of media files, with minimum configuration. It's backed up with the powerful Mplayer/FFmpeg packages.  
Users need to install/run a UPNP-media-server on Ubuntu so the PS3 can be able to see contents on the PC.
+
Re encoding the .mkv files takes time and actually not needed if you use Ps3MediaServer.
+
I have been trying some the last 24h and it shows that this server is the easiest way to get stuff work!
+
You will get some You tube and other fun stuffs too!
+
 
== Installation instructions ==
 
== Installation instructions ==
Using terminal for this is very easy but I jsut explain GUI way .
+
- PMS requires the following packages: [[UbuntuHelp:MEncoder|MEncoder]], Mplayer, FFMpeg, and Sun's Java
- First you need to have [[UbuntuHelp:MEncoder|MEncoder]] , Mplayer , and FFMpeg ,Java (most of oss already have this installed), it's good to install Tsmuxer too.
+
To install from a terminal and type:  
Do install them your way or just open a terminal and type :  
+
<pre><nowiki>
sudo aptitude install mencoder tsmuxer avisynth ffmpeg mplayer
+
sudo apt-get install mencoder ffmpeg mplayer vlc sun-java6-jre
- Go here and download the linux version http://code.google.com/p/ps3mediaserver/ and save it on you home directory  
+
</nowiki></pre>
- now open it with Archive manager and drag the folder inside tgz file to you home directory as well.  
+
Or you can click on these packages individually if you'd prefer to avoid the terminal:
 +
[[UbuntuHelp:apt:mencoder|mencoder]] [[UbuntuHelp:apt:ffmpeg|ffmpeg]] [[UbuntuHelp:apt:mplayer|mplayer]] [[UbuntuHelp:apt:vlc|vlc]] [[UbuntuHelp:apt:sun-java6-jre|sun-java6-jre]]
 +
- Grab the latest version of [http://ps3mediaserver.org/forum/viewtopic.php?f=2&t=919 Playstation 3 Media Server] and save it on you home directory  
 +
- Navigate to your home directory, right cilck on the .tgz file you just downloaded and select ''extract here''.  
 
- Navigate to that folder, right click on PMS.sh and choose properties now in Permissions allow it to be executed. Do the same thing for a file called tsMuxeR which is in a sub-folder called linux.
 
- Navigate to that folder, right click on PMS.sh and choose properties now in Permissions allow it to be executed. Do the same thing for a file called tsMuxeR which is in a sub-folder called linux.
- The next thing is just du dubble click on it and choose run!
+
- Finally just double click on PMS.sh and choose run to start the program!
 
== Configuration ==
 
== Configuration ==
The only thing I needed was to assign server IP in the configuration , because I have two network interface on my PC , one for Internet and one for my LAN, save it and then go and add you share.
+
In the ''General Configuration'' tab Under ''Network Settings'' choose the network interface you want to stream your media from (ex wlan0, lan0, etc)
You maybe want to check start in Minimized mode too.
+
You maybe want to tick ''Start Minimized''.
==start at startup==
+
In the ''Navigation/Share Settings'' add any folders of media you would like to share for example ~/Videos and ~/Music
I like session to do this , easy and user specific.  
+
Click Save to save your settings.
System -->Preferences --> Sessions -->Add , give it a name and as command type the full path of PMS.se for me it was /home/me/pms-linux-1.10.5/PMS.sh
+
Additional configuration files per device can be found in the subfolder ''renderers'' they are simple text files you can edit with your favorite editor Vi(m), Gedit, pico, etc.  For Xbox360 avi/divx playback you need to edit the last line in XBOX360.conf
 +
From:
 +
<pre><nowiki>
 +
StreamExtensions=wma,asf
 +
</nowiki></pre>
 +
To:
 +
<pre><nowiki>
 +
StreamExtensions=wma,asf,avi
 +
</nowiki></pre>
 +
=== start at startup ===
 +
If you'd like to have PMS startup when you log into ubuntu, you can simply add the PMS.sh script with the full path to System -->Preferences --> Startup Applications -->Add
 
== See Also ==
 
== See Also ==
* <http://ubuntuforums.org/showthread.php?t=1081070> - you should not need this , kinde of overkill but take a look.
+
* http://www.ps3mediaserver.org/forum/viewtopic.php?f=3&t=315 - HOWTO install svn version.
* <http://www.ps3mediaserver.org/forum/viewtopic.php?f=3&t=315> - HOWTO install svn version..
+
 
== External Links ==
 
== External Links ==
* <http://ps3mediaserver.blogspot.com/> -A blog about PMS
+
* http://ps3mediaserver.blogspot.com/ -A blog about PMS
* <http://ps3mediaserver.org/forum/> - PMS forum
+
* http://ps3mediaserver.org/forum/ - PMS forum
* <http://code.google.com/p/ps3mediaserver/> - PMS's homepage
+
* http://code.google.com/p/ps3mediaserver/ - PMS's homepage
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2009年11月17日 (二) 20:25的版本

PS3 Media Server

Introduction

Stream Media to your DLNA compliant devices. PS3 Media Server is a DLNA compliant Upnp Media Server originally written for the PS3, now supports Xbox360, Sony Bravia, Popcorn Hour, Samsung Wiselink, Freebox HD & others. PMS is written in Java, with the purpose of streaming or transcoding any kind of media files, with minimum configuration. It's backed up with the powerful Mplayer/FFmpeg packages.

Installation instructions

- PMS requires the following packages: MEncoder, Mplayer, FFMpeg, and Sun's Java To install from a terminal and type:

 sudo apt-get install mencoder ffmpeg mplayer vlc sun-java6-jre

Or you can click on these packages individually if you'd prefer to avoid the terminal: mencoder ffmpeg mplayer vlc sun-java6-jre - Grab the latest version of Playstation 3 Media Server and save it on you home directory - Navigate to your home directory, right cilck on the .tgz file you just downloaded and select extract here. - Navigate to that folder, right click on PMS.sh and choose properties now in Permissions allow it to be executed. Do the same thing for a file called tsMuxeR which is in a sub-folder called linux. - Finally just double click on PMS.sh and choose run to start the program!

Configuration

In the General Configuration tab Under Network Settings choose the network interface you want to stream your media from (ex wlan0, lan0, etc) You maybe want to tick Start Minimized. In the Navigation/Share Settings add any folders of media you would like to share for example ~/Videos and ~/Music Click Save to save your settings. Additional configuration files per device can be found in the subfolder renderers they are simple text files you can edit with your favorite editor Vi(m), Gedit, pico, etc. For Xbox360 avi/divx playback you need to edit the last line in XBOX360.conf From:

 StreamExtensions=wma,asf

To:

 StreamExtensions=wma,asf,avi

start at startup

If you'd like to have PMS startup when you log into ubuntu, you can simply add the PMS.sh script with the full path to System -->Preferences --> Startup Applications -->Add

See Also

External Links