LG BP620 jerky playback with mp4
I'm having issues with stuttering or jumping video when playing .mp4 .mkv and some .avi files on my LG BP620 bluray player via LAN from Serviio 1.2.1 on Win7 64bit server. It looks like lost frames or really low framerates. These files if played in vlc (v2.0.6 - 64bit) are fine.
I'm not a codec guru so dont know much about containers etc but I have read on the forums that certain audio codecs cause this on LG equipment as LG cant decode them properly.
I have tried adding transcoding code to my profiles.xml found here http://forum.serviio.org/viewtopic.php?f=12&t=6416 but it doesn't work as the Serviio service fails to start with this entry.
- Code:
<Profile id="8" name="LG TV / player" extendsProfileId="1">
<Detection>
<HttpHeaders>
<friendlyName.dlna.org>LG.*</friendlyName.dlna.org>
</HttpHeaders>
</Detection>
<!--
ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.LGProtocolHandler</ResourceTran
sportProtocolHandler -->
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<!--
Transcoding doesn't seem to work and some files can be played natively:
http://forum.serviio.org/viewtopic.
php?f=12&t=3914#p26273
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="matroska" aCodec="dca" />
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="flv" />
<Matches container="asf" vCodec="wmv2"/>
<Matches container="rm" />
</Video>
</Transcoding>-->
<Transcoding>
<Video targetContainer="mpeg" targetAcodec="ac3" >
<Matches container="mpeg" aCodec="lpcm" />
</Video>
</Transcoding>
<Subtitles>
<SoftSubs mime-type="text/srt" />
</Subtitles>
</Profile>
As a total newbie I'm pretty lost at how to get smooth play back on my BP620 and would appreciate any help.
Many thanks in advance