* Rework the Sony video support hacks by using multiple res elements.

* Throw in some extra Toshiba Regza support while we're at it.
This commit is contained in:
Justin Maggard
2011-04-13 22:25:02 +00:00
parent e72c9d0a08
commit 414b3dffc8
3 changed files with 130 additions and 60 deletions

View File

@ -314,6 +314,11 @@ intervening space) by either an integer or the keyword "infinite". */
h->req_client = EMediaRoom;
h->reqflags |= FLAG_MS_PFS;
}
else if(strstrc(p, "UPnP/1.0 DLNADOC/1.50 Intel_SDK_for_UPnP_devices/1.2", '\r'))
{
h->req_client = EToshibaTV;
h->reqflags |= FLAG_DLNA;
}
else if(strstrc(p, "DLNADOC/1.50", '\r'))
{
h->req_client = EStandardDLNA150;