* Add the ability to parse the root description of clients after they send an SSDP NOTIFY.

* Using this new capability, detect Roku SoundBridge clients.
This commit is contained in:
Justin Maggard
2011-04-09 01:37:11 +00:00
parent e32a1b1d27
commit 07c5fd5dd6
4 changed files with 208 additions and 15 deletions

View File

@ -68,6 +68,7 @@ enum client_types {
EMediaRoom,
ESonyBDP,
ESonyBravia,
ERokuSoundBridge,
EStandardDLNA150 = 100
};