 <Profile id="lgbp420" name="LG BP420 BlueRay" extendsProfileId="1">
      <Detection>
         <HttpHeaders>
            <friendlyName.dlna.org>LG.*</friendlyName.dlna.org>
         </HttpHeaders>
      </Detection>
      <!-- ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.LGProtocolHandler</ResourceTransportProtocolHandler -->
      <MediaFormatProfiles>
         <MediaFormatProfile mime-type="video/mp4" name="">AVI</MediaFormatProfile>
      </MediaFormatProfiles>      
      <Transcoding>
         <!-- transcode h265, any container,just the video, mpeg2video seems fast to start ?? 
         <Video targetContainer="mpegts" targetVCodec="mpeg2video"> -->
         <Video targetContainer="mpegts" targetVCodec="h264">
            <Matches container="*" vCodec="h265" />   
         </Video>
         <!-- transcode dts-es/hd, any container, just the audio -->
         <!-- we dont have have h265 + dts-hd, so ignore it for now -->
         <!-- <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="512"  maxWidth="1920" maxHeight="1080">  -->
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="512" maxWidth="1920" maxHeight="1080">
            <!-- docu say dca is DTS, but for me its DTS-ES/HD -->
	   <!-- <Matches container="*" aCodec="dca" />  -->   
			<Matches container="*" aCodec="dts-hd" />   
            <Matches container="*" aCodec="truehd" />   
         </Video>
         <!-- Matroska is slow ? mpeg2video on the fly? 
         <Video targetContainer="mpegts" targetVCodec="mpeg2video">
            <Matches container="matroska" />   
         </Video> -->
      </Transcoding>
      <GenericTranscoding>
      <!-- disable generic
        <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />       -->
      </GenericTranscoding>
      <MultipleAudioTrackAware>true</MultipleAudioTrackAware>
   </Profile>