I'm not sure why it is disabled - there may be a good reason - you may
get a crash or other odd behavior. I don't have a Windows Slimserver
on-hand to test.

At a guess you can edit the file WAVIN.pm in Plugins/WaveInput
directory with Wordpad (not Notepad) and comment out line 49.
Add a "#" in col 1. of the "return" statement.

Code:
--------------------
    
        # Check client - only stream to known slim clients
        if (!defined($client) || !$client->isPlayer()) {
                $::d_plugins && msg "WavIn only streams to Slim players\n";
  #             return undef;
        }
  
--------------------


-- 
bpa
------------------------------------------------------------------------
bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806
View this thread: http://forums.slimdevices.com/showthread.php?t=35718

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/lists/listinfo/plugins

Reply via email to