Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for helper threads to VideoRoom #3067

Merged
merged 10 commits into from Apr 10, 2024
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