Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A REST-query should be HTTP/HTTPS POST request as follows:

  • HTTP: http://test.flashphoner.com:90918081/rest-api/rtsp/startup
  • HTTPS: https://test.flashphoner.com:88888444/rest-api/rtsp/startup

Where:

  • test.flashphoner.com - is the address of the WCS server
  • 9091 8081 - is the standard REST / HTTP port of the WCS server
  • 8888 8444 - is the standard HTTPS port
  • rest-api - is the required part of the URL
  • /rtsp/startup - REST-method to use

...