Skip to content

Commit

Permalink
Add note on remote streams.
Browse files Browse the repository at this point in the history
  • Loading branch information
fancycode committed May 22, 2024
1 parent 5790e7a commit ff69a29
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,17 @@ proxy process gracefully after all clients have been disconnected. No new
publishers will be accepted in this case.


### Clustering
### Remote streams (preview)

With Janus 1.1.0 or newer, remote streams are supported, i.e. a subscriber can
receive a published stream from any server. For this, you need to configure
`hostname`, `token_id` and `token_key` in the proxy configuration. Each proxy
server also supports configuring maximum `incoming` and `outgoing` bandwidth
settings, which will also be used to select remote streams.
See `proxy.conf.in` in section `app` for details.


## Clustering

The signaling server supports a clustering mode where multiple running servers
can be interconnected to form a single "virtual" server. This can be used to
Expand Down

0 comments on commit ff69a29

Please sign in to comment.