Archive:MPlayer: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
>UPnP4XBMC
No edit summary
>Gamester17
Line 1: Line 1:
==MPlayer introduction==
==MPlayer introduction==
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. 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.
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==
==Currently Supported Codecs==

Revision as of 13:26, 24 July 2006

MPlayer introduction

The main video-player in XBMC is a port of MPlayer which is a command-line based video-player for Linux and Windows. (MPlayer uses FFmpeg (libavcodec) to decode most A/V codecs but currently has its own demuxers/splitters though the MPlayer projects are trying to move away from its own container demuxers/splitters and instead use 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 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 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 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.