<?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="Roku4kTestp" name="Roku 4K Test Profile" extendsProfileId="RokuMPApp">
		<!-- NOTE:
		-This profile does not restrict the audio to 2 channel stereo. If you are encountering audio issues, add forceStereo="true" to the
		targetContainer line after the targetACodec setting.
		-These Roku models should be able to play videos without requiring the maxVBitrate setting. You can experiment if desired.
		-This is for Roku players that now support mepg2 video.
		-Every effort has been made to capture videos correctly. If you discover a file being transcoded unnecessarily, please report it
		in the Serviio forum in the Transcoding section.
			-->
		<Transcoding>
			<!-- transcode HD video unsupported by device, transcode audio regardless of codec -->
			
			<!-- Remux H.264 video stream, transcode audio only -->
			<Video targetContainer="applehttp" targetACodec="ac3" >
			    <Matches container="*" vCodec="h264" aCodec="*" /> 
				
			</Video>
		</Transcoding>
		<OnlineTranscoding>
			<Video targetContainer="applehttp"> <!-- dont transcode to ac3 -->
				<Matches container="mp4" />
				<Matches container="flv" vCodec="h264" />
			</Video>
		</OnlineTranscoding>
		<GenericTranscoding>
			<Video targetContainer="applehttp" targetVCodec="h264" targetACodec="aac" />
		</GenericTranscoding>
	</Profile>

</Profiles>