Skip to content

Commit

Permalink
[RTC-308] Make simulcast configurable (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgfn committed Aug 11, 2023
1 parent bc0287d commit 0125bd1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting_started/components/rtsp.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ a remote source and requesting its stream.

* `sourceUri` (string) - URI of RTSP source stream, e.g. `"rtsp://mysite.net:554/stream"`

### Additional
### Optional

* `rtpPort` (integer 1..65535, default: 20000) - Local port RTP stream will be received at
* `reconnectDelay` (integer 0.., default: 15000) - Delay (in ms) between successive reconnect attempts
Expand Down
6 changes: 6 additions & 0 deletions docs/getting_started/peers/webrtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ WebRTC peer allows you to connect to Jellyfish via WebRTC standard.

* [HLS](../components/hls.md)

## Configuration options

### Optional

* `enableSimulcast` (boolean, default: true) - Enables the peer to use simulcast

## Env variables:

* `WEBRTC_USED` - has to be `true` if WebRTC peers will be used
Expand Down

0 comments on commit 0125bd1

Please sign in to comment.