2024-08-05, 04:45 PM
No no no. The DLNA DEVICE profile name should be "GC06-989353". If you look at some the existing profiles that come with the plugin, you will see a FriendlyName field at the top.
You need to create a profile that has "GC06-989353" as the friendly name. For some reason it isn't picking up the default profile or something.
I'm also having a hard time finding actual specs for this projector. They really want you to use the display mirroring. Maybe it can't actually play very many codecs? Even the default profile?
Code:
<?xml version="1.0"?>
<Profile xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Name>Sony Bravia (2014)</Name>
<Identification>
<FriendlyName>(KDL-[0-9]{2}W[5-9][0-9]{2}B|KDL-[0-9]{2}R480|XBR-[0-9]{2}X[89][0-9]{2}B|KD-[0-9]{2}[SX][89][0-9]{3}B).*</FriendlyName>
<Manufacturer>Sony</Manufacturer>
<Headers>
<HttpHeaderInfo name="X-AV-Client-Info" value=".*(KDL-[0-9]{2}W[5-9][0-9]{2}B|KDL-[0-9]{2}R480|XBR-[0-9]{2}X[89][0-9]{2}B|KD-[0-9]{2}[SX][89][0-9]{3}B).*" match="Regex" />
</Headers>
</Identification>
You need to create a profile that has "GC06-989353" as the friendly name. For some reason it isn't picking up the default profile or something.
I'm also having a hard time finding actual specs for this projector. They really want you to use the display mirroring. Maybe it can't actually play very many codecs? Even the default profile?