B3nder wrote:I've got TVersity working with the following profile and firmware 1010, so try it
...
Added it to the bottom of profiles.xml and It Worked! I tried it with several videos (that can be both natively streamed and several requiring transcoding) But it took some effort. For some reason I had to clean up the post b/c the original post contained several invalid characters. tested with LN46A750 with firmware 1012.2
Here is what I had to do:
1) search and replace for the following by copying the characters into the find and manually typing in the replace:
a) the quotes (") were not plain text (I think they were smartquotes), I had to do the left and right quotes separately
b) the <!- replaced with <!--
c) the -> replaced with -->
2) modified the model name to be ln46a750...but that should not matter to the functionality. The real magic is likely in the HTTPHeader line.
3) since the 7 series natively supports divx, but only when they are presented as AVI's. I added the following line:
- Code: Select all
<mimetype value="video/x-divx" rename="video/avi"/>
I'm sure there are other tweaks and improvements to make, but this is a start.
Below is a copy of my version.
- Code: Select all
<profile id="a843d125-1752-483a-9e50-ae5970a484f5"><!-- SamsungTV -->
<friendlyName>Samsung TV</friendlyName>
<manufacturerName>Samsung</manufacturerName>
<modelName>LN46A750</modelName>
<icon>/images/device_icon_dtv.png</icon>
<!--
To be set manually by users
-->
<HTTPHeader outServerUA="Samsung HTTP streaming server
contentFeatures.dlna.org: DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000
" inUASubstr="SamsungWiselinkPro"/>
<!-- 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.allservices.xml"/>
<!-- The container identifier media players of this profile expect
-->
<contentDirectory shortUrl="true" friendlyFilename="false"/>
<!-- When transcoding is needed to which format should we transcode -->
<transcodeTarget audio="audio/mp3" video="video/mpeg2" photo="image/jpeg"
onlineAudio="audio/mp3" onlineVideo="video/mpeg2" onlinePhoto="image/jpeg" />
<maxVideoInfo width="1920" height="1080" bitrate="20000000" fps="60000/1001"></maxVideoInfo>
<minVideoInfo width="0" height="0" bitrate="0" fps="15"></minVideoInfo>
<maxImageInfo width="1920" height="1080"></maxImageInfo>
<minImageInfo width="0" height="0"></minImageInfo>
<maxAudioInfo sampleRate="48000" bitsperSample="16" nchannels="6" bitrate="1536000"></maxAudioInfo>
<minAudioInfo sampleRate="44100" bitsperSample="8" nchannels="1" bitrate="20000"></minAudioInfo>
<fileInfo maxSize="9223372036854775807"/>
<mimetypeList>
<mimetype value="audio/L16"/><!--PCM audio format-->
<mimetype value="audio/wav"/><!-- WAV audio format-->
<mimetype value="audio/x-wav" rename="audio/wav"/><!-- Another mume type used for WAV audio format-->
<mimetype value="audio/wave" rename="audio/wav"/><!-- Another mume type used for WAV audio format-->
<mimetype value="audio/x-pn-wav" rename="audio/wav"/><!-- Another mume type used for WAV audio format-->
<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="image/jpeg"/><!-- jpeg image format-->
<mimetype value="image/jp2"/><!--JPEG2000 image format-->
<mimetype value="image/bmp"/><!-- BMP image format-->
<mimetype value="image/png"/><!-- PNG image format-->
<mimetype value="image/gif"/><!-- GIF image format-->
<mimetype value="video/mpeg"/><!-- MPEG (1 or 2 program or transport stream) video format-->
<mimetype value="video/mpeg2" rename="video/mpeg"/><!-- MPEG2 (program or transport stream) video format-->
<mimetype value="video/mp2p" rename="video/mpeg"/><!-- MPEG2 program stream (VOB) video format-->
<mimetype value="video/dvd" rename="video/mpeg"/><!-- MPEG2 program stream (VOB) video format-->
<mimetype value="video/mp2t"/><!-- MPEG2 transport stream video format-->
<mimetype value="audio/aac"/><!--MPEG4 audio format-->
<mimetype value="audio/x-aac" rename="audio/aac"/><!--MPEG4 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="video/avi"><!-- AVI video format-->
<codec name="MPEG4"/><!-- XVID, h263, DIVX version 4/5 and any mpeg4 ASP (layer 5) compliant stream (H264, AKA MPEG4 layer 10, is not included here)-->
<codec name="MSMPEG4V3"/><!-- MSMPEG4v3 which is also DIVX version 3 (fourcc DIV3)and AngelPotion (fourcc AP41)-->
<codec name="H264"/><!-- H264, AKA MPEG4 AVC or MPEG4 layer 10 or MPEG4.10 -->
<codec name="MP2" maxBitrate="320000"/><!-- MPEG2 Audio--><!-- never tested in AVI-->
<codec name="PCM_S16LE"/><!-- Uncompressed PCM Audio-->
<codec name="PCM_S16BE"/><!-- Uncompressed DVD PCM Audio--><!-- never tested-->
<codec name="MP3" maxBitrate="320000"/><!-- MPEG1 Layer 3 Audio-->
<codec name="AC3"/><!-- Dolby Digital AC3 Audio-->
</mimetype>
<mimetype value="video/x-msvideo" rename="video/avi"/>
<mimetype value="video/x-divx" rename="video/avi"/>
<mimetype value="video/MP4V-ES"><!-- MPEG4 video format-->
<codec name="MPEG4"/><!-- XVID, h263, DIVX version 4/5 and any mpeg4 ASP (layer 5) compliant stream (H264, AKA MPEG4 AVC or MPEG4 layer 10 or MPEG4.10, is not included here)-->
<codec name="H263"/><!-- h263-->
<codec name="H264"/><!-- H264, AKA MPEG4 AVC or MPEG4 layer 10 or MPEG4.10 -->
<codec name="MP2" maxBitrate="320000"/><!-- MPEG2 Audio--><!-- never tested-->
<codec name="PCM_S16LE"/><!-- Uncompressed PCM Audio-->
<codec name="PCM_S16BE"/><!-- Uncompressed DVD PCM Audio--><!-- never tested-->
<codec name="AC3"/><!-- Dolby Digital AC3 Audio-->
<codec name="MP3" maxBitrate="320000"/><!-- MPEG1 Layer 3 Audio-->
</mimetype>
<mimetype value="video/mp4v" rename="video/MP4V-ES"/>
<mimetype value="video/mp4" rename="video/MP4V-ES"/><!-- MPEG4 video format-->
<mimetype value="video/h264" rename="video/avi"/><!-- MPEG4 video format-->
<!-- mimetype value="video/x-matroska"/ -->
</mimetypeList>
</profile>