Zionetrix::Git
Repositories
Help
Report an Issue
ps3mediaserver
Code
Commits
Branches
Tags
Search
Tree:
3aa8f5b
Branches
Tags
master
1.90.1-1
1.90.1-2
ps3mediaserver
documentation
videolan.html
Initial commit
root
commited
3aa8f5b
at 2014-05-05 22:57:02
videolan.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!-- PS3 Media Server, for streaming any medias to your PS3. Copyright (C) 2008 A.Brochard This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; version 2 of the License only. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. --> <html> <head> <title>VideoLAN</title> <link href="css/style.css" rel="stylesheet" type="text/css" /> </head> <body> <h1>VLC media player</h1> <p> The <a href="http://www.videolan.org/">VLC media player</a> is a good choice for playing content. VLC is available for almost every platform including Windows, Linux and MacOsX. </p> <p>After installing VLC you have to restart PMS and enable the VLC engine. In PMS go to menu "Transcoding Settings". Select "VLC Video" in the menu on the left side and press the "plug" button at the bottom to enable the engine. After that do the same with "VLC Web Video". You can use the blue arrow-buttons to change the priority of engines. If you prefer VLC as default streaming engine, move VLC to the top position. Press the save button and restart PMS.</p> <p> <img src="images/pms-engine-vlc.png" /> </p> <h2>Windows7</h2> <p> Use <a href="http://www.codecguide.com/windows7_preferred_filter_tweaker.htm">preferred filter tweaker for Windows 7</a> to change from preferred Microsoft DTV/DVD Decoder to another </p> <h2>VLC and streaming web videos</h2> <p> Using VLC for streaming web videos like YouTube does not work well. It is better to use <a title="pmsencoder" href="http://github.com/chocolateboy/pmsencoder">pmsencoder</a>, a PMS <a href="plugins.html">plugin</a> which works as a wrapper for the external applications MEncoder and ffmpeg. Read the PMSEncoder README for instructions. </p> <!-- Navigation --> <hr /> <ul> <li>Next: <a href="avisynth.html">AviSynth</a> </li> <li>Previous: <a href="applications.html">External applications</a> </li> <li>Top: <a href="index.html">Help</a> </li> </ul> </body> </html>