Difference between revisions of "XMMS"
Jump to navigation
Jump to search
(3 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{wikipedia|XMMS}} | {{wikipedia|XMMS}} | ||
− | '''XMMS''' is an open source media player similar to [[ | + | '''XMMS''' is an open source media player similar to [[Winamp]]. It supports most common audio formats, and also plays some videos. |
+ | ==Compatibility== | ||
− | + | XMMS has good audio compatibility, and can play a range of video formats. XMMS does have some problems when receiving [[stream]]ed content. | |
− | XMMS | + | When streaming [[Ogg]]/[[vorbis]] to XMMS via [[HTTP]] the [[MRL]] needs to end in ".ogg". This could be done by providing a filename with the [[sout]] line, something like this: |
+ | {{%}} vlc --sout http/ogg:127.0.0.1:8080/my_audio.ogg | ||
− | + | As a temporary hack you could append "?.ogg" to the MRL you give XMMS. | |
− | |||
− | + | XMMS supports [[ES]], [[PS]] and [[MPEG-1]] muxers with [[mpga]] audio out of the box. The [[TS]] muxer gives strange audio in XMMS. | |
− | + | [[Category:Player]] |
Latest revision as of 05:57, 1 February 2019
XMMS is an open source media player similar to Winamp. It supports most common audio formats, and also plays some videos.
Compatibility
XMMS has good audio compatibility, and can play a range of video formats. XMMS does have some problems when receiving streamed content.
When streaming Ogg/vorbis to XMMS via HTTP the MRL needs to end in ".ogg". This could be done by providing a filename with the sout line, something like this:
% vlc --sout http/ogg:127.0.0.1:8080/my_audio.ogg
As a temporary hack you could append "?.ogg" to the MRL you give XMMS.
XMMS supports ES, PS and MPEG-1 muxers with mpga audio out of the box. The TS muxer gives strange audio in XMMS.