Web Service Interface: Difference between revisions
No edit summary |
|||
Line 2: | Line 2: | ||
JRiver Media Center 14 introduced a way for other programs to control the player. It can expose a [http://en.wikipedia.org/wiki/Representational_State_Transfer REST] based Web Service Interface. This is self documented by the server with an HTML (or [http://www.w3.org/TR/wsdl WSDL]) response. The documentation lists the commands available and the syntax for using them. |
JRiver Media Center 14 introduced a way for other programs to control the player. It can expose a [http://en.wikipedia.org/wiki/Representational_State_Transfer REST] based Web Service Interface. This is self documented by the server with an HTML (or [http://www.w3.org/TR/wsdl WSDL]) response. The documentation lists the commands available and the syntax for using them. |
||
The web service is named MCWS (Media |
The web service is named MCWS (Media Center Web Service). |
||
=== Running the Server === |
=== Running the Server === |
Revision as of 13:33, 26 November 2015
Overview
JRiver Media Center 14 introduced a way for other programs to control the player. It can expose a REST based Web Service Interface. This is self documented by the server with an HTML (or WSDL) response. The documentation lists the commands available and the syntax for using them.
The web service is named MCWS (Media Center Web Service).
Running the Server
You must first start Library Server in MC. If you are running Media Server, this will still be available even after you exit MC. See our Wiki entry on Servers for more about this.
Documentation of Functions
Once the server is running, use a web browser to view the documentation. The command is:
http://[library server address]/MCWS/v1/doc
To view the documentation in WSDL format, use:
http://[library server address]/MCWS/v1/WSDL
If you're on the same computer as the server, you can use:
http://localhost:52199/MCWS/v1/doc (where 52199 is the port that Library Server is running on)
Connecting
For more information on how to connect to the web service, use Access Keys, and manage authentication, read here:
Web Service Connection
More
More on Interact