diff --git a/upnphttp.c b/upnphttp.c index 209e9e3..bac3ae2 100644 --- a/upnphttp.c +++ b/upnphttp.c @@ -247,7 +247,8 @@ intervening space) by either an integer or the keyword "infinite". */ h->reqflags |= FLAG_DLNA; h->reqflags |= FLAG_MIME_AVI_DIVX; } - else if(strncmp(p, "SamsungWiselinkPro", 18)==0) + else if(strncmp(p, "SamsungWiselinkPro", 18)==0 || + strncmp(p, "SEC_HHP_TV", 10)==0) { h->req_client = ESamsungTV; h->reqflags |= FLAG_DLNA;