Sun Mar 13, 2011 10:51 am by marcjero
Here is my profile :
<Profile id="5" name="Samsung TV (A-series)" extendsProfileId="2">
<Detection>
<HttpHeaders>
<User-Agent>.*SamsungWiselinkPro/1.0.*</User-Agent>
</HttpHeaders>
</Detection>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems -->
<Video targetContainer="mpegts" targetACodec="ac3" forceVTranscoding="true">
<Matches container="asf" vCodec="mpeg2video" />
</Video>
<!-- First remux all h264 video and ac3 audio on MPEG-TS stream -->
<Video targetContainer="mpegts">
<Matches container="mp4" vCodec="h264" aCodec="ac3"/>
<Matches container="matroska" vCodec="h264" aCodec="ac3"/>
</Video>
<!-- if audio different to ac3, must be transcoded as well -->
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
<Matches container="matroska" vCodec="h264"/>
</Video>
<!-- All Others video/audio codec will be transcoded into mpeg2ts, mpeg2video and ac3 audio -->
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384" targetVCodec="mpeg2video">
<Matches container="matroska" />
<Matches container="asf" />
</Video>
</Transcoding>
</Profile>
mkv and mp4 work great. The TV isn't detected automatically. What to do to get a good detection pattern ?
Last edited by
marcjero on Sun Mar 13, 2011 1:27 pm, edited 2 times in total.