	<Profile id="Android" name="BubbleUPnP" extendsProfileId="1" >
		<Detection>
  			<HttpHeaders>
  		 		<X-AV-Client-Info>BubbleUPnP?.*</X-AV-Client-Info>
  			</HttpHeaders>
 		</Detection>

		<Transcoding>
			<Audio targetContainer="mp3">
				<Matches container="mp4" />
				<Matches container="flac" />
				<Matches container="ogg" />
				<Matches container="lpcm" />
				<Matches container="adts" />
				<Matches container="asf" />
			</Audio> 
		</Transcoding>

		<OnlineTranscoding>
		<!-- NOTE: Other rules are inherited from profile 1 -->
			<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" maxVBitrate="4000">
				<Matches container="flv" vCodec="vp6" /> 
				<Matches container="asf"/> <!-- to support mms:// streams -->
			</Video>
			<Video targetContainer="mpegts" targetACodec="ac3" >
				<Matches container="flv"/>
				<Matches container="mp4"/>
			</Video>  
		</OnlineTranscoding> 

		<SubtitlesMimeType>text/srt</SubtitlesMimeType>
	</Profile>
