Serviio server not detected by player with new 1.1 version
Just updated to serviio 1.1 and now the serviio server does not show up in my list of servers on my Blu ray Player I can see the machines on the network so connection to the network is fine, but not Serviio.
I am using the profile 8 for LG
As usual I edited the profile to simply add my transcoding options. The profile now is
<Profile id="8" name="LG TV / player" extendsProfileId="1">
<Detection>
<HttpHeaders>
<friendlyName.dlna.org>A-Serviio ({computerName})</friendlyName.dlna.org>
</HttpHeaders>
</Detection>
<!-- ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.LGProtocolHandler</ResourceTransportProtocolHandler -->
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<Video targetContainer="mpeg" targetACodec="ac3" targetVCodec="mpeg2video" >
<Matches container="wtv" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" >
<Matches container="asf" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video">
<Matches container="mpegts" vCodec="vc1" />
</Video>
</Transcoding>
</Profile>
I noticed the new profile is missing the device description tag, so I tried adding it (below) but it did not make a difference.
<DeviceDescription>
<FriendlyName>A-Serviio ({computerName})</FriendlyName>
<ModelName>Serviio Media Server</ModelName>
</DeviceDescription>
I also tried without editing the profile and no detection either.
Turned on DEBUG and filterd library stuff out so the size would not exceed the forum limit.
log file attached
Any Suggestions welcome
I am using the profile 8 for LG
As usual I edited the profile to simply add my transcoding options. The profile now is
<Profile id="8" name="LG TV / player" extendsProfileId="1">
<Detection>
<HttpHeaders>
<friendlyName.dlna.org>A-Serviio ({computerName})</friendlyName.dlna.org>
</HttpHeaders>
</Detection>
<!-- ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.LGProtocolHandler</ResourceTransportProtocolHandler -->
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<Video targetContainer="mpeg" targetACodec="ac3" targetVCodec="mpeg2video" >
<Matches container="wtv" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" >
<Matches container="asf" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video">
<Matches container="mpegts" vCodec="vc1" />
</Video>
</Transcoding>
</Profile>
I noticed the new profile is missing the device description tag, so I tried adding it (below) but it did not make a difference.
<DeviceDescription>
<FriendlyName>A-Serviio ({computerName})</FriendlyName>
<ModelName>Serviio Media Server</ModelName>
</DeviceDescription>
I also tried without editing the profile and no detection either.
Turned on DEBUG and filterd library stuff out so the size would not exceed the forum limit.
log file attached
Any Suggestions welcome
