|
|
| (18 intermediate revisions by 10 users not shown) |
| Line 1: |
Line 1: |
| ==MPlayer introduction==
| | {{xbmc4xbox}} |
| The main video-player in XBMC is a port of [http://www.mplayerhq.hu MPlayer] which is a command-line based video-player for Linux and Windows. ([http://www.mplayerhq.hu MPlayer] uses [http://ffmpeg.sourceforge.net FFmpeg (libavcodec)] to decode most A/V codecs but currently has its own demuxers/splitters though the [http://www.mplayerhq.hu MPlayer projects] are trying to move away from its own container demuxers/splitters and instead use [http://ffmpeg.sourceforge.net FFmpeg libavformat] to do it). MPlayer also functions as an audio-player in XBMC for those formats/codecs that [[PAPlayer]] can not handle, and all audio streamed from the internet.
| |
| | |
| ==Currently Supported Codecs==
| |
| See MPlayer 1.0pre6 for now
| |
| ===Additional Audio Codecs===
| |
| See MPlayer 1.0pre6 for now
| |
| ===Additional Video Codecs===
| |
| See MPlayer 1.0pre6 for now
| |
| | |
| | |
| ==Known Issues or Limitations==
| |
| To come...
| |
| | |
| | |
| ===Known Bugs===
| |
| The official list/tracker of known bugs can be found at [http://sourceforge.net/tracker/?atid=581838&group_id=87054&func=browse&_category=566353 sourceforge.net]
| |
| | |
| | |
| ===Unimplemented Features/Codecs===
| |
| This is a list of (some of) the features/functions/codecs that works fine in MPlayer for Linux/Windows but are as of yet unsupported in XBMC:
| |
| *RTSP/RTP streaming support via the via [http://www.live555.com/mplayer/ LIVE555] library (formaly known as the LIVE.COM library).
| |
| * DVR-MS (Microsoft Windows Media Center container) support, this was only partialy supported in the MPlayer 1.0pre6 demuxer/spliter. You have to wait until MPlayer 1.0pre8+ gets ported to XBMC.
| |
| * RealNetworks RealVideo 10 (RV10) audio/video, this was only partialy supported in the MPlayer 1.0pre6 demuxer/spliter. You have to wait until MPlayer 1.0pre8+ gets ported to XBMC.
| |
| * AACplus / HE AAC+ v1 (AAC+SBR) and v2 (AAC+SBR+PS) audio codec. You have to wait until MPlayer 1.0pre8+ gets ported to XBMC.
| |
| Please note that none of the features listed above are planned yet (so if you can program C/C++, please feel free to code and submit a patch.
| |
| | |
| | |
| ==Developers notes on MPlayer in XBMC==
| |
| The main video-player in XBMC is a MinGW/MSYS-port of [http://www.mplayerhq.hu MPlayer] which is a command-line based video-player for Linux (and Windows via MinGW/MSYS). It is compiled as one DLL (Dynamic Link Library) file and loaded as needed by XBMC.
| |