Quoting Mark Bennett <[EMAIL PROTECTED]>:
> > 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?
isPlayer() returns a zero for http clients, those that use stream.mp3 to access
slimserver. Given the logic above, any http client will get the "Alien only..."
message, even if the $client object is defined. As such, I'm not surprised
that you see this when using WMP.
Only clients that use slimproto or the older UDP protocol will return true for
isPlayer()
-kdf
_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins