<?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:
		Test profile to see why we aren't capturing 
			-->
		<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="avi" aCodec="mp3" /> 
				
			</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>