* Cheat to make Sony Bravia AVC support work.
This commit is contained in:
@ -344,6 +344,12 @@ intervening space) by either an integer or the keyword "infinite". */
|
||||
h->req_client = ESonyBDP;
|
||||
h->reqflags |= FLAG_DLNA;
|
||||
}
|
||||
/* X-AV-Client-Info: av=5.0; cn="Sony Corporation"; mn="BRAVIA KDL-40EX503"; mv="1.7"; */
|
||||
else if(strstrc(p, "BRAVIA", '\r'))
|
||||
{
|
||||
h->req_client = ESonyBravia;
|
||||
h->reqflags |= FLAG_DLNA;
|
||||
}
|
||||
}
|
||||
else if(strncasecmp(line, "Transfer-Encoding", 17)==0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user