 Tue Sep 27, 2016 1:00 am by lordlouis
 Tue Sep 27, 2016 1:00 am by lordlouis
			
			
			Just add the tag 
-   Code:
- <ProtocolInfo>simple</ProtocolInfo>
 inside the 
Profile Tag.
Example of my working profile for 50PFL4909
-   Code:
-    <Profile id="philipstv" name="Philips TV" extendsProfileId="1">
 <ProtocolInfo>simple</ProtocolInfo>
 <Detection>
 <UPnPSearch>
 <FriendlyName>.*PHILIPS.*</FriendlyName>
 </UPnPSearch>
 </Detection>
 <MediaFormatProfiles>
 <MediaFormatProfile mime-type="video/avi" name="">AVI</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/x-matroska" name="">MATROSKA</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">AVC_MP4_MP_SD_AAC_MULT5</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">AVC_MP4_MP_SD_MPEG1_L3</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">AVC_MP4_MP_SD_AC3</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">AVC_MP4_MP_HD_720p_AAC</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">AVC_MP4_MP_HD_1080i_AAC</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">AVC_MP4_HP_HD_AAC</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">AVC_MP4_LPCM</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">MPEG4_P2_MP4_ASP_AAC</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">MPEG4_P2_MP4_SP_L6_AAC</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">MPEG4_P2_MP4_NDSD</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/h264" name="">FLV</MediaFormatProfile>
 <MediaFormatProfile mime-type="audio/x-ms-wma" name="">WMA_BASE</MediaFormatProfile>
 <MediaFormatProfile mime-type="audio/x-ms-wma" name="">WMA_FULL</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/x-ms-asf" name="">VC1_ASF_AP_L1_WMA</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/x-ms-asf" name="">VC1_ASF_AP_L2_WMA</MediaFormatProfile>
 <MediaFormatProfile mime-type="video/x-ms-asf" name="">VC1_ASF_AP_L3_WMA</MediaFormatProfile>
 </MediaFormatProfiles>
 <Transcoding>
 <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
 <Matches container="ogg" />
 <Matches container="mp4" />
 <Matches container="avi" />
 <Matches container="flv" />
 <Matches container="asf" />
 <Matches container="matroska" />
 <Matches container="rm" />
 </Video>
 <Audio targetContainer="mp3">
 <Matches container="flv" />
 <Matches container="asf" />
 <Matches container="flac" />
 <Matches container="ogg" />
 <Matches container="wavpack" />
 <Matches container="mpc" />
 <Matches container="ape" />
 <Matches container="dsf" />
 </Audio>
 </Transcoding>
 <OnlineTranscoding>
 <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" >
 <Matches container="ogg" />
 <Matches container="mp4" />
 <Matches container="avi" />
 <Matches container="flv" />
 <Matches container="asf" />
 <Matches container="matroska" />
 <Matches container="rm" />
 </Video>
 <Audio targetContainer="mp3">
 <Matches container="flv" />
 <Matches container="asf" />
 <Matches container="flac" />
 <Matches container="ogg" />
 <Matches container="wavpack" />
 <Matches container="mpc" />
 <Matches container="ape" />
 <Matches container="dsf" />
 </Audio>
 </OnlineTranscoding>
 <GenericTranscoding>
 <Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" />
 </GenericTranscoding>
 <AllowChunkedTransfer>false</AllowChunkedTransfer>
 </Profile>