Difference between revisions of "WebRemote"

From JRiverWiki
Jump to: navigation, search
(Instructions)
(Instructions)
Line 10: Line 10:
  
 
==Instructions==
 
==Instructions==
Configure WebRemote in MC's Options > Network, where you can choose a port to run it on (52198, for example).  It shares the port with Library Server.  Once you enable it, you can use a web browser to connect to it.  Here are some examples of commands that should work:
+
Configure WebRemote in MC's Options > Network, where you can choose a port to run it on (52198, for example).  It shares the port with Library Server.  Once you enable it, you can use a web browser to connect to it.   
  
http://localhost:52198/WebRemote/ (if you've configured WebRemote to run on port 52198).  Localhost works only on the machine where MC is running.
+
1.  Go to Tools/Options/Media Network
  
http://server:52198/WebRemote/ (Machine name and port of the machine where MC is running).
+
2. Generate an Access Key
  
http://tv.jriver.com:52198/WebRemote/ (Complete machine name with domain and port)
+
3. Mail an invitation to yourself
 +
 
 +
4.  Click on the link.   
 +
 
 +
Once you're connected, you can browse your library and play files on the server.
  
 
Firewalls will prevent access unless the port (52198 in the examples above) is open.  Please see [http://wiki.jrmediacenter.com/index.php/Network_Access Network Access] for more information.
 
Firewalls will prevent access unless the port (52198 in the examples above) is open.  Please see [http://wiki.jrmediacenter.com/index.php/Network_Access Network Access] for more information.

Revision as of 15:32, 5 October 2010

WebRemote.jpg

WebRemote is a way to control Media Center or an attached DLNA device using a web browser. It was introduced in MC15. Previous versions had a primitive web interface with the same name.

WebRemote is designed to work well on mobile devices like a Google phone, iPhone, or Windows Mobile device. The system is template and skin based, so user designs are possible.

MC14 added a Media Center Web Service(MCWS). It responded to network calls to Media Center, and responded in a tidy format. TRemote was built on top of MCWS. WebRemote uses this same system. It also uses AJAX to talk to the MCWS and update the display without page refreshes.

J. River DLNA servers and renderers, visible in Windows Explorer > Network, will also expose WebRemote on right-click > "View device webpage".

Instructions

Configure WebRemote in MC's Options > Network, where you can choose a port to run it on (52198, for example). It shares the port with Library Server. Once you enable it, you can use a web browser to connect to it.

1. Go to Tools/Options/Media Network

2. Generate an Access Key

3. Mail an invitation to yourself

4. Click on the link.

Once you're connected, you can browse your library and play files on the server.

Firewalls will prevent access unless the port (52198 in the examples above) is open. Please see Network Access for more information.

Developers

WebRemote can be fully customized: WebEngine SDK

More

Pictures

Interact thread