Just got my Samsung A860 to work with mythtv using UPnP!!<br><br>I got my Samsung A860 just a couple of days ago. After reading about problems with &quot;Not Supported File Format&quot; issues, which I faced too, I followed David&#39;s advice and did a tcpdump on the network traffic between my mythtv server and the TV and my XP VMWare running the Samsung WiseLinkPro software and the TV.<br>
<br>One obvious difference between the two responses was that the Samsung server is sending a DLNA.ORG_PN=MPEG_PS_NTSC; as part of the header information. David&#39;s hack for handling getContentFeatures is missing this. I added this string to the hack and now my TV is able to play all my mpeg2 recorded content as well as ripped DVD content without any problem.<br>
<br>Obviously this header attribute value needs to be set according to the content type being served. Searching on the web I found this link which lists some of the possible values for different content types: <br><a href="http://tree.celinuxforum.org/pipermail/dlna-dev/2008-January/000053.html">http://tree.celinuxforum.org/pipermail/dlna-dev/2008-January/000053.html</a><br>
<br>-- Prasen.<br>