Add support for streaming unencrypted audio

This commit is contained in:
Julien BLACHE
2010-07-30 18:52:14 +02:00
parent e106beb631
commit 7a09ee4092
3 changed files with 29 additions and 9 deletions

View File

@@ -2983,6 +2983,8 @@ raop_device_cb(const char *name, const char *type, const char *domain, const cha
rd->name = strdup(at_name);
rd->encrypt = 1;
rd->has_password = has_password;
rd->password = val;