INTERACT FORUM
More => Old Versions => Media Center 15 (Development Ended) => Topic started by: abrise on April 12, 2010, 11:14:37 am
-
I can access locally to Webremote and /MCWS/v1/
But from another computer I can access /MCWS/v1/ only and not to webremote . What am I doing wrong?
-
Sorry I don t know how to edit my text
By the way it works but not on the port I was expecting. On another computer It is not on the same port where it shows on localhost.
I just go to windows explorer right click in network the dlna device and view device webpage and it shows up!
Putting the same address in my HTC Leo a windows mobile device I have access to the library but the command do not operate.
As anybody been successfull with a windows mobile device?
-
Sorry I don t know how to edit my text
By the way it works but not on the port I was expecting. On another computer It is not on the same port where it shows on localhost.
I just go to windows explorer right click in network the dlna device and view device webpage and it shows up!
Putting the same address in my HTC Leo a windows mobile device I have access to the library but the command do not operate.
As anybody been successfull with a windows mobile device?
Try a different browser. Opera should work.
-
I noticed the same thing.
Since build 21 and/or 22, the URLs:
http://host:52198
http://host:52198/
http://host:52198/WebRemote
no longer work to get to the main page. The URL
http://host:52198/WebRemote/
is required.
-
I noticed the same thing.
Since build 21 and/or 22, the URLs:
http://host:52198
http://host:52198/
http://host:52198/WebRemote
no longer work to get to the main page. The URL
http://host:52198/WebRemote/
is required.
This is how it works now. You need:
http://host:52198/WebRemote/
Which goes to the page:
http://host:52198/WebRemote/index.html
WebRemote runs on the same port as library server and the web service interface. The server uses the incoming path to route to the correct location. This means WebRemote can't be at the root any longer.