Difference between revisions of "WebPlay"

From JRiverWiki
Jump to: navigation, search
(Instructions)
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
== Overview ==
+
WebPlay provides streaming from Media Center to a cell phone or similar device.  It works with Android and iOS devices, and any other computing device that provides a modern standards-based browser.
  
WebPlay provides streaming from Media Center to a cell phone or similar deviceIt works with Android and iPhone (or Touch)WinMo is coming. 
+
WebPlay was introduced in MC1515.0.49 or above will provide a graphical look for our Gizmo application on Android.  Run Webplay on the phone, install Gizmo, then return to Webplay to select music.
 
 
WebPlay was introduced in MC15.
 
  
 
== Instructions ==
 
== Instructions ==
Line 9: Line 7:
 
DLNA must be activated in MC.  This is set in Tools/Options/Network.
 
DLNA must be activated in MC.  This is set in Tools/Options/Network.
  
It is started by running a browser on the phone and connecting to the IP address and port of MC.  A test from the same PC, using a browser may also be useful.
+
WebPlay is started by running a browser on the phone, and connecting to the IP address and port of MC.  A test from the same PC, using a browser may also be useful.
  
Example of a link:
+
Examples of links used to start WebPlay:
  
192.168.0.100:52199
+
http://192.168.0.100:52199
  
 
or
 
or
  
dog.jriver.com:52199
+
http://dog.jriver.com:52199
 +
 
 +
Your router may need to be configured to allow the port (52199 in the examples above).  Your firewall must also allow the port to be used.  Please see [http://wiki.jriver.com/index.php/Network_Access Network Access] for more information.
 +
 
 +
If you have questions, or need more information, please see [http://yabb.jriver.com/interact/index.php?topic=57273.0 this thread] on Interact.
  
The router must be configured to allow the port (52199 in the examples above).  The firewall must also allow the port to be used.
+
==Developers==
 +
WebRemote can be fully customized:
 +
[[WebEngine SDK]]
  
 
[[Category: Frequently Asked Questions]]
 
[[Category: Frequently Asked Questions]]
 +
[[Category:Media Network]]

Latest revision as of 13:57, 7 April 2014

WebPlay provides streaming from Media Center to a cell phone or similar device. It works with Android and iOS devices, and any other computing device that provides a modern standards-based browser.

WebPlay was introduced in MC15. 15.0.49 or above will provide a graphical look for our Gizmo application on Android. Run Webplay on the phone, install Gizmo, then return to Webplay to select music.

Instructions

DLNA must be activated in MC. This is set in Tools/Options/Network.

WebPlay is started by running a browser on the phone, and connecting to the IP address and port of MC. A test from the same PC, using a browser may also be useful.

Examples of links used to start WebPlay:

http://192.168.0.100:52199

or

http://dog.jriver.com:52199

Your router may need to be configured to allow the port (52199 in the examples above). Your firewall must also allow the port to be used. Please see Network Access for more information.

If you have questions, or need more information, please see this thread on Interact.

Developers

WebRemote can be fully customized: WebEngine SDK