1st issue:
This is not directly related to pms, but tsMuxer fails on 64bit only userland, as it's an 32bit app. I've already contacted the creators about a 64bit version, but got no response at all. Maybe someone could persuade them to do a 64bit build of it.
2nd issue:
pms fails to properly use a given network interface, even if you explictly set it.
My config:
- Code: Select all
network_interface = eth0
hostname = 192.168.0.1
port = 5001
PS3 is on 192.168.0.2
debug shows:
- Code: Select all
[Thread-1] TRACE 21:35:48.832 Receiving a request from: 192.168.0.2
[main] TRACE 21:35:49.998 It's ready! You should see the server appears on XMB
but the ps3 does not see the media server.
Tested also without explictly setting the interface (i've expected it'll listen and respond properly on all interfaces - unfortunatelly i've been wrong).
Output of ifconfig (cropped):
- Code: Select all
eth0 Link encap:Ethernet HWaddr 00:1f:d0:(hidden)
inet addr:192.168.0.1 Bcast:192.168.0.255 Mask:255.255.255.0
(...)
wlan0 Link encap:Ethernet HWaddr 00:fd:07:(hidden)
inet addr:192.168.145.13 Bcast:192.168.145.255 Mask:255.255.255.0
It seems (sniffed trough wireshark), as pms is getting the request on eth0, but responds on wlan0, wich is wrong. If i disable wlan0 completly, it works as expected.
I've had doubts, so i've tested, if mediatomb will work properly in such environment. I had no problems getting the ps3 and pc working toegether with mediatomb on the same setup.
