Has anyone used this?
It seems that rather than authenticating once and then keeping the same socket open for further commands it is looking to authenticate for every command, however other than the validate_password command I can't see where to put the password string in.
I've tried
$winamp = Winamp::Control->new( host => '192.168.62.162', port => '4800', password=>'winamp' );
$winamp->play;
but it fails,

when I try the same command with my browser with the password it succeeds
http://192.168.62.162:4800/play?p=winamp


--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to