I’ve installed Mediatomb but still unable to stream content to XboX.
I found this page (MediaTomb - Community Help Wiki) to give me a bit more info on editing the config file
(click to show/hide)
I am connected via a VM(not-so)Superhub in modem mode and using a Netgear WNR2200 Router.
Rest of spec in my ‘Sig’
I've installed Mediatomb but still unable to stream content to XboX.
Are you saying that Xbox cannot play the files served by mediatomb or that it cannot SEE the mediatomb UPnP server?
If the latter then check if mediatomb is running:
ps aux | grep mediatomb
If it is not running then check:
cat /etc/default/mediatomb
#check out if you got set the daemon to be auto started
#NO_START=“yes”
NO_START=“no” #Interface to bind to
INTERFACE=“eth0”
If it is running then check if you can ping your xbox from there:
ping -c 5 192.168.1.203
Replace it with the correct IP address if this has changed
You could check the logs here:
cat /var/log/mediatomb.log
Can you access the interface by directing your web browser to the URL: http://localhost:49152
(or the port currently in use by MediaTomb if you have changed the port in the configuration file
<manufacturerURL>redsonic.com</manufacturerURL>
<modelNumber>105</modelNumber>
--><!-- Uncomment the line below if you have a Telegent TG100 --><!--
<upnp-string-limit>101</upnp-string-limit>
-->
<extended-runtime-options>
<ffmpegthumbnailer enabled="no">
<thumbnail-size>128</thumbnail-size>
<seek-percentage>5</seek-percentage>
<filmstrip-overlay>yes</filmstrip-overlay>
<workaround-bugs>no</workaround-bugs>
</ffmpegthumbnailer>
<mark-played-items enabled="no" suppress-cds-updates="yes">
<string mode="prepend">*</string>
</mark-played-items>
</extended-runtime-options>
/usr/share/mediatomb/js/common.js
/usr/share/mediatomb/js/playlists.js
/usr/share/mediatomb/js/import.js
/usr/share/mediatomb/js/import-dvd.js
metal
audio/L16
no
yes
no
video/mpeg
yes
yes
yes
[/spoiler]
#check out if you got set the daemon to be auto started
#NO_START="yes"
NO_START="no"
#Interface to bind to
INTERFACE="eth0"
Don’t think I could see those lines!
If it is running then check if you can ping your xbox from there:
Couldn’t see anything bad except for a number of files that couldnt be converted!
Can you access the interface by directing your web browser to the URL:
http://localhost:49152
(or the port currently in use by MediaTomb if you have changed the port in the configuration file
Yes, as that’s how I have added folders to the list of what to share.
Yes…
pooky2483@pooky2483-ubuntu12:~$ ping -c 5 192.168.1.1
PING 192.168.1.1 (192.168.1.1) 56(84) bytes of data.
64 bytes from 192.168.1.1: icmp_req=1 ttl=64 time=0.231 ms
64 bytes from 192.168.1.1: icmp_req=2 ttl=64 time=0.247 ms
64 bytes from 192.168.1.1: icmp_req=3 ttl=64 time=0.233 ms
64 bytes from 192.168.1.1: icmp_req=4 ttl=64 time=0.327 ms
64 bytes from 192.168.1.1: icmp_req=5 ttl=64 time=0.370 ms