John, This is doing two conversions in a manner which will cause the server more work [and didn't work for me]
Could you try enabling rtsp->flc or dissabling wav->flc in server settings - file types. What it happening at present it a pipe line is being create with the server transfering the data twice: Stream -> mplayer -> server -> flac -> server -> player If you enable rtsp->flc then you should get: Stream -> mplayer -> flac -> server -> player If you dissable wav->flac you should get: Stream -> mplayer -> server -> player Adrian -- Triode _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/plugins
