My Samsung TV (Series 7 led TV) has a nice mediaplayer that plays from upnp server. I can use both Twonky and Jamcasts servers. Twonky I use for video and music files and Jamcast for its virtual soundcard. So when Makemkv announced upnp streaming I was very excited. Allthough the Samsung TV can't find the makemkv upnp server.
Have run it with my windows firewall turned off.
Have anyone with a Samsung TV been successfull?
Samsung TV and Upnp
-
- Posts: 1
- Joined: Sat Mar 13, 2010 12:51 pm
Re: Samsung TV and Upnp
Same here. These header settings that are used in media thomb could maybe help a programmer to make it work for samsung tv:s:
And these are the MIME--types:
Also this should be in the server:
All according to this page:
http://sourceforge.net/apps/mediawiki/s ... y_and_DLNA
Code: Select all
<custom-http-headers>
<add header="transferMode.dlna.org: Streaming" />
<add header="contentFeatures.dlna.org: DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000" />
</custom-http-headers>
Code: Select all
<map from="avi" to="video/x-msvideo"/>
<map from="ts" to="video/mpeg"/>
<map from="divx" to="video/mpeg"/>
<map from="mp4" to="video/MP4V-ES"/>
<map from="mkv" to="video/x-msvideo"/>
Code: Select all
<protocolInfo extend="yes"/>
http://sourceforge.net/apps/mediawiki/s ... y_and_DLNA