mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
rework identification of old-protocol clinets (after report about iOS9)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user