I have not tried this but...
The code we have released for AlienBBC (0.97) looks like this:
Code:
--------------------
# Check client - only stream to known slim clients
my $player = defined($client) ? $client->model() : '';
if (!defined($client) || !$client->isPlayer()) {
$::d_remotestream && msg "Alien only streams to Slim players\n";
return undef;
}
--------------------
The latest code which has not been released yet looks like this:
Code:
--------------------
# Check client - only stream to known slim clients
if (!defined($client) || !$client->isPlayer()) {
$::d_remotestream && msg "Alien only streams to Slim players\n";
return undef;
}
--------------------
Would you be able try this?
Neil
--
Neil Sleightholm
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins