UPnP / DLNA server with Ubuntu + Mediatomb + Samsung UE32D5500RW – #1

A végeredmény egy médiaszerver, Torrent letöltővel, ide összeszedem az infókat majd később lehet hogy készítek egy összefogottabb leírást is.

Önálló zárt hálózatban bizonyos biztonsági elemekről lemondtam, ezt tudom.

Telepítendő csomagok (vannak amik nem létszükséglet csak én láttam szükségesnek):

mediatomb.xml módosításaim patch formában (parancs diff -au config.xml-dist config.xml)

 


--- /etc/mediatomb/config.xml-dist 2012-01-29 14:58:57.567666701 +0100
+++ /etc/mediatomb/config.xml 2012-02-11 12:06:12.944523815 +0100
@@ -4,12 +4,13 @@
information on creating and using config.xml configration files.
-->
<server>
- <ui enabled="no" show-tooltips="yes">
+ <ui enabled="yes" show-tooltips="yes">
<accounts enabled="no" session-timeout="30">
<account user="mediatomb" password="mediatomb"/>
</accounts>
</ui>
- <name>MediaTomb</name>
+ <name>Mediaszerver</name>
+ <port>49152</port>
<udn>uuid:8901732b-a1b1-4546-a711-4ab3be6929a8</udn>
<home>/var/lib/mediatomb</home>
<webroot>/usr/share/mediatomb/web</webroot>
@@ -23,7 +24,7 @@
<database>mediatomb</database>
</mysql>
</storage>
- <protocolInfo extend="no"/><!-- For PS3 support change to "yes" --><!--
+ <protocolInfo extend="yes"/><!-- For PS3 support change to "yes" --><!--Uncomment the lines below to get rid of jerky avi playback on the DSM320 or to enable subtitles support on the DSM units--><!--
@@ -36,6 +37,12 @@
--><!-- Uncomment the line below if you have a Telegent TG100 --><!--
<upnp-string-limit>101</upnp-string-limit>
-->
+ <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>
+ <manufacturerURL>asus.com.tw</manufacturerURL>
+ <modelNumber>900</modelNumber>
<extended-runtime-options>
<ffmpegthumbnailer enabled="no">
<thumbnail-size>128</thumbnail-size>
@@ -60,20 +67,13 @@
<mappings>
<extension-mimetype ignore-unknown="no">
<map from="mp3" to="audio/mpeg"/>
- <map from="ogg" to="application/ogg"/>
- <map from="asf" to="video/x-ms-asf"/>
- <map from="asx" to="video/x-ms-asf"/>
- <map from="wma" to="audio/x-ms-wma"/>
- <map from="wax" to="audio/x-ms-wax"/>
- <map from="wmv" to="video/x-ms-wmv"/>
- <map from="wvx" to="video/x-ms-wvx"/>
- <map from="wm" to="video/x-ms-wm"/>
- <map from="wmx" to="video/x-ms-wmx"/>
- <map from="m3u" to="audio/x-mpegurl"/>
- <map from="pls" to="audio/x-scpls"/>
- <map from="flv" to="video/x-flv"/>
- <map from="mkv" to="video/x-matroska"/>
- <map from="mka" to="audio/x-matroska"/><!-- Uncomment the line below for PS3 divx support --><!-- <map from="avi" to="video/divx"/> --><!-- Uncomment the line below for D-Link DSM / ZyXEL DMA-1000 --><!-- <map from="avi" to="video/avi"/> -->
+ <map from="flv" to="video/MP4V-ES"/>
+ <map from="avi" to="video/x-msvideo"/>
+ <map from="ts" to="video/mpeg"/>
+ <map from="vob" to="video/mpeg"/>
+ <map from="divx" to="video/mpeg"/>
+ <map from="mp4" to="video/MP4V-ES"/>
+ <map from="mkv" to="video/x-msvideo"/>
</extension-mimetype>
<mimetype-upnpclass>
<map from="audio/*" to="object.item.audioItem.musicTrack"/>

 

folyt köv

Did you enjoy this post? Why not leave a comment below and continue the conversation, or subscribe to my feed and get articles like this delivered automatically to your feed reader.

Comments

Még nincsenek hozzászólások.

Vélemény, hozzászólás?

(kötelező)

(kötelező)