Difference between revisions of "XMMS"

From VideoLAN Wiki
Jump to navigation Jump to search
(tag for cleanup)
Line 1: Line 1:
When streaming Ogg/vorbis to xmms via http the url needs to end in ".ogg". This could be done by providing a filename with the sout line, something like this: vlc --sout http/ogg:<network interface>:port/filename.ogg
+
{{wikipedia|XMMS}}
 +
'''XMMS''' is an open source media player similar to [[WinAMP]]. It supports most common audio formats, and also plays some videos.
 +
 
 +
 
 +
==Compatibility==
 +
 
 +
{{compat|Good|OK|Some Problems}}
 +
 
 +
When streaming Ogg/vorbis to xmms via [[http]] the url 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 url you give xmms.
 
As a temporary hack you could append "?.ogg" to the url you give xmms.
  
 
XMMS supports es, ps and mpeg1 muxers with mpga audio out of the box. The ts muxer gives strange audio in xmms.
 
XMMS supports es, ps and mpeg1 muxers with mpga audio out of the box. The ts muxer gives strange audio in xmms.

Revision as of 11:37, 8 February 2006

XMMS is an open source media player similar to WinAMP. It supports most common audio formats, and also plays some videos.


Compatibility

Do you know more about the compatibility of XMMS? Please add it here

When streaming Ogg/vorbis to xmms via http the url 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 url you give xmms.

XMMS supports es, ps and mpeg1 muxers with mpga audio out of the box. The ts muxer gives strange audio in xmms.