Versions Compared

Key

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

...

4. Open Player example in Chrome browser from testing server, set the stream name to whipStream and click Play

Authentication using Autorization: Bearer header

Since WCS build 5.2.1964 authentication using Autorization: Bearer header is supported

Image Added

In this case a publishing client (OBS) should send the header with the bearer token set with any query used when the stream is publishing via WHIP protocol. Any alphanumeric string may be used as token value, the stream name for example. The combination of the stream name and token value is checked at server side. If the token value differs from the value received with /rest-api/stream/publish query, the server returns 409 Permission denied 

Known issues

1. OBS does not support WebRTC publishing via TCP

...