Samsung TV and Upnp

Everything related to MakeMKV
Post Reply
Message
Author
ds2249
Posts: 17
Joined: Thu Jan 07, 2010 8:55 pm

Samsung TV and Upnp

#1 Post by ds2249 » Sat Mar 13, 2010 9:28 am

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?

crisscross
Posts: 1
Joined: Sat Mar 13, 2010 12:51 pm

Re: Samsung TV and Upnp

#2 Post by crisscross » Sat Mar 13, 2010 12:59 pm

Same here. These header settings that are used in media thomb could maybe help a programmer to make it work for samsung tv:s:

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>
And these are the MIME--types:

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"/>
Also this should be in the server:

Code: Select all

<protocolInfo extend="yes"/>
All according to this page:
http://sourceforge.net/apps/mediawiki/s ... y_and_DLNA

Post Reply