Most of our applications support a REST API so they can be controlled remotely, for example from a simple web page. For this, they use various port numbers. Below is the list of port number used by these applications.
| Application | Port Number |
| MovieRecorder | 8080 |
| M|Replay | 8090 |
| Multicam Logger | 8888 |
| OnTheAir CG | 2001 |
| OnTheAir MOS Gateway | 8090 |
| OnTheAir Node 1 | 4001 |
| OnTheAir Node 2 | 4002 |
| OnTheAir Node 3 | 4003 |
| etc... | etc... |
| OnTheAir Switch | 2028 |
| OnTheAir Video | 8081 |
| OnTheAir Video 1 | 8081 |
| OnTheAir Video 2 | 8082 |
| OnTheAir Video 3 | 8083 |
| etc... | etc... |
Note that to get the documentation of the REST API of any of these applications, the easiest (and most accurate) is to start the application and then in a web browser running on that Mac, type something like this:
127.0.0.1:8080/api.htmlThis one should open the api documentation for MovieRecorder. Make sure to use the appropriate port number for the application.
Comments
0 comments
Please sign in to leave a comment.