Post Wed Dec 27, 2017 5:33 pm

Panasonic Viera 55dx750b

Hi,

with version 1.9 , i get this error

a film will be playing then it suddnley stop and says file unsupported video, i am sure this is with mkv and mp4 files.

i am using this profile

  Code:
   <Profile id="viera2016" name="Panasonic Viera (2016)" extendsProfileId="1">
      <!-- Panasonic Viera 2013 Models:
         Plasma's: ZT60, VT60, ST60, GT60, S60
         LED/LCD's: WT60, DT60, ET60, FT60, E6
      Supports native streaming of mainstream MP4, MKV and XVid files
      All 60 series models also known as 64 or 65 series in some countries -->
      <Detection>
         <UPnPSearch>
            <FriendlyName>(VIERA [DFGVWZ]T6[0-5].*)|(VIERA [ES]T?6[0-5]?.*)</FriendlyName>
            <Manufacturer>Panasonic</Manufacturer>
         </UPnPSearch>
      </Detection>
      <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
      </MediaFormatProfiles>
      <Transcoding>
         <!-- Transcode h264 videos with profile level > 4.1 to mpegts with ac3 audio -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
            <Matches container="*" vCodec="h264" profile="high_10" />
            <Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.1" />
            <Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.1" />
            <Matches container="*" vCodec="h263" />
         </Video>
         <!-- remux FLAC/TrueHD in MKV/MP4 to AC3, DTS (MP4) to AC3 -->
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <Matches container="matroska" vCodec="h264" aCodec="dca" /> <!-- Uncomment this line if DTS is not supported natively -->
            <Matches container="matroska" vCodec="h264" aCodec="dts-hd" />
            <Matches container="matroska" vCodec="h264" aCodec="flac" />
            <Matches container="matroska" vCodec="h264" aCodec="truehd" />
            <Matches container="mp4" vCodec="h264" aCodec="dca" /> <!-- E6 support??, remove this line -->
         </Video>
         <!-- Remux MPEG-PS with no transcoding -->
         <Video targetContainer="mpegts" forceInheritance="true">
            <Matches container="wtv" />
         </Video>
         <!-- unsupported codecs will be transcoded into mpeg-ts, mpeg2 video and ac3 audio -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" forceInheritance="true">
            <Matches container="mp4" vCodec="mjpeg" />
            <Matches container="mp4" vCodec="dvvideo" />
            <Matches container="mp4" vCodec="mpeg4" />
            <Matches container="mpeg" vCodec="mpeg1video" />
            <Matches container="matroska" vCodec="mpeg4" />
            <Matches container="matroska" vCodec="vp8" />   
            <Matches container="matroska" vCodec="vp9" />   
            <Matches container="*" vCodec="h265" />            
            <Matches container="asf" />
            <Matches container="ogg" />
            <Matches container="rm" />
         </Video>
         <!-- AVI files will be transcoded into mpeg-ts, mpeg2 video and ac3 audio. 
         This section is NOT inherited by other Panasonic profiles  -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
            <Matches container="avi" />      <!-- Remove this line for models that natively support AVI's with Xvid video (some ST60's) -->
            <Matches container="avi" vCodec="mpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
            <Matches container="avi" vCodec="msmpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
            <Matches container="avi" vCodec="dvvideo" />
         </Video>
         <!-- unsupported audio will be transcoded into lpcm audio -->
         <Audio targetContainer="lpcm" forceInheritance="true">
            <Matches container="ogg" />
            <Matches container="asf" />
            <Matches container="adts" />
            <Matches container="wv" />
            <Matches container="mpc" />
            <Matches container="ape" />
            <Matches container="dsf" />
            <Matches container="wav" />
            <Matches container="mp4" codec="alac" />
         </Audio>
      </Transcoding>
      <AudioTrackRemux>
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="*" vCodec="h264" />
            <Matches container="*" vCodec="mpeg2video" />
            <Matches container="*" vCodec="mpeg1video" />
            <Matches container="*" vCodec="mpeg4" />
            <Matches container="*" vCodec="msmpeg4" />
         </Video>
      </AudioTrackRemux>
      <GenericTranscoding>
         <Video targetContainer="mpeg" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3" aBitrate="384" />
      </GenericTranscoding>
      <Subtitles>
         <SoftSubs mime-type="text/srt" character-encoding="utf-8" />
         <HardSubs>
            <TextBased supported="true">
               <RequiredFor container="mp4"/>
            </TextBased>
         </HardSubs>
      </Subtitles>   
      <ThumbnailsResolution>HD</ThumbnailsResolution>
   </Profile>