rework identification of old-protocol clinets (after report about iOS9)

This commit is contained in:
fduncanh
2021-12-15 16:47:13 -05:00
parent 0950dc4de7
commit 287babd211
5 changed files with 73 additions and 49 deletions

View File

@@ -5,7 +5,11 @@
#define GLOBAL_MODEL "AppleTV2,1"
#define GLOBAL_VERSION "220.68"
#define OLD_PROTOCOL_CLIENT "280.33"
/* use old protocol for AES key if User-Agent string is contained in these strings */
/* replace xxx by any new User-Agent string as needed */
#define OLD_PROTOCOL_AUDIO_CLIENT_LIST "AirMyPC/2.0;xxx"
#define OLD_PROTOCOL_VIDEO_CLIENT_LIST "AirMyPC/2.0;xxx"
#define MAX_HWADDR_LEN 6
#endif