X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fdnssdint.h;h=9097d70e252fc01f0f84e6f07e55c63d4aa6a65c;hb=e66980f2bba24986245c30f481ceee6d977d65b9;hp=803cc2bdd11e48b7c3e013473038293ee22c11cf;hpb=1b4a582b04fc39d9d4d930acb4d0803bdedfb32e;p=deb_shairplay.git diff --git a/src/lib/dnssdint.h b/src/lib/dnssdint.h index 803cc2b..9097d70 100644 --- a/src/lib/dnssdint.h +++ b/src/lib/dnssdint.h @@ -2,18 +2,17 @@ #define DNSSDINT_H #define RAOP_TXTVERS "1" -#define RAOP_CH "2" -#define RAOP_CN "0,1" -#define RAOP_ET "1" +#define RAOP_CH "2" /* Audio channels: 2 */ +#define RAOP_CN "0,1" /* Audio codec: PCM, ALAC */ +#define RAOP_ET "0,1" /* Encryption type: none, RSA */ #define RAOP_SV "false" #define RAOP_DA "true" #define RAOP_SR "44100" -#define RAOP_SS "16" -#define RAOP_PW "false" -#define RAOP_VN "65537" +#define RAOP_SS "16" /* Sample size: 16 */ +#define RAOP_VN "3" #define RAOP_TP "TCP,UDP" -#define RAOP_MD "0,1,2" -#define RAOP_AM "AppleTV2,1" -#define RAOP_SF "0x4" +#define RAOP_MD "0,1,2" /* Metadata: text, artwork, progress */ +#define RAOP_SM "false" +#define RAOP_EK "1" #endif