Commenting these lines fixed it for me;
$ diff RTSP.pm RTSP.pm.orig
44,47c44,47
< # if (!defined($client) || !$client->isPlayer()) {
< # $::d_remotestream && msg "Alien only streams to Slim
players\n";
< # return undef;
< # }
---
> if (!defined($client) || !$client->isPlayer()) {
> $::d_remotestream && msg "Alien only streams to Slim
players\n";
> return undef;
> }
--
Blue_Atom
------------------------------------------------------------------------
Blue_Atom's Profile: http://forums.slimdevices.com/member.php?userid=7699
View this thread: http://forums.slimdevices.com/showthread.php?t=35819
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins