<?xml version="1.0" encoding="UTF-8"?>
<Profiles version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.serviio.org/xsd/profiles/v/1.10/Profiles.xsd">
<Profile id="LG-Test" name="LG Test" extendsProfileId="8">
      <Transcoding>
	  <!-- this profile is to workaround the lack of support for trickplay with TS/M2TS files. It will only transmux TS files via HLS -->
        <Video targetContainer="mpegts" targetVCodec="h264" >
            	<Matches container="mp4" vCodec="mjpeg"/>
        </Video>
		 </Transcoding>
      <ThumbnailsResolution>HD</ThumbnailsResolution>
      <AllowChunkedTransfer>true</AllowChunkedTransfer>
      <MultipleAudioTrackAware>true</MultipleAudioTrackAware>
      <AutomaticImageRotation>true</AutomaticImageRotation>
      <LimitImageResolution>false</LimitImageResolution>
		<Subtitles>
         <SoftSubs mime-type="smi/caption" type="srt" />
         <HardSubs>
            <TextBased supported="true" />
         </HardSubs>
      </Subtitles>
   </Profile>

</Profiles>