View Single Post
Posts: 33 | Thanked: 3 times | Joined on May 2008
#1
I've got it running on Ubuntu Hardy, but whenever I load the server it adds a '-desktop.local' at the end of the server IP:
Code:
$ mediaserv
/usr/local/bin/tablet-encode
mediaserv running at http://192.168.1.100-desktop.local:8090
Parent daemon running.
When I attempt to connect to 192.168.1.100:8090, it redirects to 192.168.1.100-desktop.local:8090, which it cannot load. I have edited the config to force it to use 192.168.1.100, but that doesn't work. Not sure what else to look for. Any ideas?