Skip to content

Commit

Permalink
Add support for helper threads to VideoRoom (#3067)
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Apr 10, 2024
1 parent 2490567 commit 6f5d3ea
Show file tree
Hide file tree
Showing 2 changed files with 373 additions and 4 deletions.
3 changes: 3 additions & 0 deletions conf/janus.plugin.videoroom.jcfg.sample
Expand Up @@ -51,6 +51,9 @@
# optionally with a fmtp attribute to match (codec/fmtp properties).
# If not provided, all codecs enabled in the room are offered, with no fmtp.
# Notice that the fmtp is parsed, and only a few codecs are supported.
# threads = number of threads to assist with the relaying of publishers in the room; as
# in the Streaming plugin, this setting can help if you expect a lot of subscribers
# that may cause the plugin to slow down and fail to catch up (default=0)
#}

general: {
Expand Down

0 comments on commit 6f5d3ea

Please sign in to comment.