Versions Compared

Key

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

...

Parameter name

Description

Example

uri

URL of the WebRTC stream

wss://demo.flashphoner.com:8443

localMediaSessionId

Session identifier

5a072377-73c1-4caf-abd3

remoteMediaSessionId

Identifier of the session on the remote server

12345678-abcd-dead-beaf

localStreamName

Local name assigned to the captured stream. The stream can be fetched from the WCS server using this name

testStream

remoteStreamName

Name of the captured stream on the remore server

testStream

status

Current status of the stream

NEW

Configuration

By default, WebRTC stream is pulled over unsecure Websocket connection, i.e. WCS server URL has to be set as ws://demo.flashphoner.com:8080. To use Secure Websocket, the parameter must be set in file flashphoner.properties

Code Block
languagebash
themeRDark
wcs_agent_ssl=true

This change has to be made on both WCS servers: the server that publishes the stream and the server the stream is pushed to.

Quick manual on testing

1. For this test we use:

...