To compare Windows vs Linux - can you get a log with player.source set to DEBUG for playing a XM radio stream on Windows through the controller.
I don't know how the XM radio URL streams work but perhaps they cannot be opened twice - so that on Windows the stream is opened once and then a byte stream passed through wmadec using stdin but the AlienBBC mplayer setup doesn't support using stdin - it requires a full URL and perhaps when the XM radio url is opened the 2nd time it is no longer valid. It comes down to the same thing - on Linux the plugin or the conf file has to provide a suitable entries. If URLs cannot be opened twice then you probably need special conf entries for mplayer with settings for "-ac" and "-demuxer" to handle the stdin byte stream which has the http protocol stripped off. You should consider whether mods to the protocol handler code are also needed. However there is no guarantee that it'll work. -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=63259 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
