New Pansonic Blu-ray Profile Requiring Testers.

UPDATED - 08/02/2012
Please can users of following device please test the profile and report if they are able to play all of their files and if not post information on files that wont play so that default profile can be updated in serviio.( howto in my signature)
Profile for Panasonic Blu-ray Player
Thanks to PMI and voodoo for there help in building teh Panasonic TV profile that has now been modified to work with the Blu-ray player.
Please can users of following device please test the profile and report if they are able to play all of their files and if not post information on files that wont play so that default profile can be updated in serviio.( howto in my signature)
Profile for Panasonic Blu-ray Player
- Code:
<Profile id="23" name="Panasonic Blu-ray Player" extendsProfileId="1"> <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<Transcoding>
<!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
<Matches container="mp4" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="h264" profile="main" levelGreaterThan="4.2" />
</Video>
<!-- remux unsupported audio codecs in MP4 to AC3 -->
<Video targetContainer="mpegts" targetACodec="ac3" >
<Matches container="mp4" vCodec="h264" aCodec="vorbis" />
<Matches container="mp4" vCodec="h264" aCodec="truehd" />
<Matches container="mp4" vCodec="h264" aCodec="dca"/>
</Video>
<!-- Remux WTV files to MPEG-PS with no transcoding-->
<Video targetContainer="mpeg">
<Matches container="wtv" />
</Video>
<!-- unsupported codecs will be transcoded into mpeg-ts, mpeg2 video and ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
<Matches container="mpeg" vCodec="mpeg1video" />
<Matches container="matroska" />
<Matches container="avi" />
<Matches container="asf" />
<Matches container="flv" />
<Matches container="ogg" />
<Matches container="3gp" />
</Video>
<!-- unsupported audio will be transcoded into lpcm audio -->
<Audio targetContainer="lpcm">
<Matches container="mp3" />
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="asf" />
<Matches container="adts" />
</Audio>
</Transcoding>
</Profile>
Thanks to PMI and voodoo for there help in building teh Panasonic TV profile that has now been modified to work with the Blu-ray player.
