                                                <profile id="4ff748b0-3c83-11db-a98b-0800200c9a66">
        <friendlyName>mvpmc UPnP beta</friendlyName>
		<manufacturerName>Hauppauge and Friends</manufacturerName>
		<modelName>MediaMVP</modelName>

		<!--
			inUASubstr - Used to identify the media hub we are dealing with.
			User-Agent: Linux/2.4.31-v1.1-hcwmvp, UPnP/1.0, Intel SDK for UPnP devices /1.2 -->
            
        <HTTPHeader inUASubstr="-hcwmvp"/>
        
        <!-- The Name of the media serverdevice description file that should be used in conjunction with a player that
             corresponds to this profile -->
        <deviceDescription name="UPNP_AV_MediaServer_1.0.default.xml"/>
        
        <!-- The container identifier media players of this profile expect -->
        <contentDirectory/>
        
        <!-- When transcoding is needed to which format should we transcode -->
        <transcodeTarget audio="audio/wav" video="video/mpeg" photo="image/jpeg"
                         onlineAudio="audio/mpeg" onlineVideo="video/mpeg" onlinePhoto="image/jpeg"/>
        
        <maxVideoInfo width="720" height="576" bitrate="8000000" fps="30"></maxVideoInfo>
        <minVideoInfo width="352" height="240" bitrate="0" fps="12"></minVideoInfo>
        
        <maxImageInfo width="720" height="480"></maxImageInfo>
        <minImageInfo width="0" height="0"></minImageInfo>
        
        <maxAudioInfo sampleRate="48000" bitsperSample="16" nchannels="2" bitrate="1536000"></maxAudioInfo>
        <minAudioInfo sampleRate="32000" bitsperSample="16" nchannels="2" bitrate="32000"></minAudioInfo>
        
		<mimetypeList>

            <mimetype value="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/x-mpeg" rename="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/mp3" rename="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/x-mp3" rename="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/mpeg3" rename="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/x-mpeg3" rename="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/mpg" rename="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/x-mpg" rename="audio/mpeg"/><!-- MP3 audio format-->
            <mimetype value="audio/x-mpegaudio" rename="audio/mpeg"/><!-- MP3 audio format-->
            
            <mimetype value="audio/L16"/><!--PCM audio format-->
            <mimetype value="audio/x-wav"/><!-- WAV audio format-->
            <mimetype value="audio/wav" rename="audio/x-wav"/><!-- Another mume type used for WAV audio format-->
            <mimetype value="audio/wave" rename="audio/x-wav"/><!-- Another mume type used for WAV audio format-->
            <mimetype value="audio/x-pn-wav" rename="audio/x-wav"/><!-- Another mume type used for WAV audio format-->            
            
            <mimetype value="application/ogg"/><!--OGG Vorbis audio format-->
            <mimetype value="audio/ogg" rename="application/ogg"/><!--OGG Vorbis audio format-->
            <mimetype value="audio/vorbis" rename="application/ogg"/><!--OGG Vorbis audio format-->
            <mimetype value="audio/x-ogg" rename="application/ogg"/><!--OGG Vorbis audio format-->
            <mimetype value="audio/x-vorbis" rename="application/ogg"/><!--OGG Vorbis audio format-->
            <mimetype value="application/x-ogg" rename="application/ogg"/><!--OGG Vorbis audio format-->
            			
			<mimetype value="image/jpeg"/><!-- jpeg image format-->
			
			<mimetype value="video/mpeg"/><!-- MPEG (1 or 2 program or transport stream) video format-->
			<mimetype value="video/mp1s"/><!-- MPEG1 system stream video format-->			
			<mimetype value="video/mpeg2"/><!-- MPEG2 (program or transport stream) video format-->
			<mimetype value="video/mp2p"/><!-- MPEG2 program stream (VOB) video format-->
			<mimetype value="video/dvd" rename="video/mp2p"/><!-- MPEG2 program stream (VOB) video format-->
			<mimetype value="video/mp2t"/><!-- MPEG2 transport stream video format-->
		</mimetypeList>
	</profile>
