>
> lso, I should mention that mplayer will play the streams. If I type the
> following:
>
> mplayer http://www.otr.net/r/fibb/27.ram
>
> mplayer just dies
>
You need to tell mplayer that the URL is a playlist not a playable URL
so use
mplayer -playlist http://www.otr.net/r/fibb/27.ram
I think the following fix will work. Add the line in red to
Plugins/Alien/RTSP.pm just before the call to tokenizeConvertCommand.
No changes needed to custom-convert.conf or mplayer.sh.
Code:
--------------------
$url =~ s/ /%20/g;
$command = Slim::Player::TranscodingHelper::tokenizeConvertCommand($command,
$type, $url, $url, 0, $maxRate, 1, $quality);
--------------------
--
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=47182
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins