ファイルは見えるんだけど、REGZA Z7で再生出来ないんだ、これが。mediatombの設定は以下。VLCからは見えるので、DLNAサーバとしてのmediatombは構築出来てると思うんだがなぁ。
# diff -u config.xml.orig config.xml
--- config.xml.orig 2013-08-19 12:33:59.377833116 +0900
+++ config.xml 2013-08-19 12:34:09.113834612 +0900
@@ -20,7 +20,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
@@ -28,6 +28,8 @@
<!--
<custom-http-headers>
<add header="X-User-Agent: redsonic"/>
+ <add header="transferMode.dlna.org: Streaming"/>
+ <add header="contentFeatures.dlna.org: DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01500000000000000000000000000000"/>
</custom-http-headers>
<manufacturerURL>redsonic.com</manufacturerURL>
@@ -75,6 +77,10 @@
<map from="flv" to="video/x-flv"/>
<map from="mkv" to="video/x-matroska"/>
<map from="mka" to="audio/x-matroska"/>
+ <map from="m4v" to="video/mp4"/>
+ <map from="mp4" to="video/mp4"/>
+ <map from="mpg" to="video/mpeg:DLNA.ORG_PN=_PS_NTSC;DLNA.ORG_OP=01;DLNA.ORG_CI=0"/>
+<!-- <map from="mpg" to="video/mpeg"/> -->
<!-- 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 -->