Skip to content

Commit

Permalink
Add configurable expected loss to AudioBridge to actually send FEC (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lminiero committed Dec 17, 2021
1 parent 9b2b92b commit 3a35eca
Show file tree
Hide file tree
Showing 2 changed files with 160 additions and 3 deletions.
2 changes: 2 additions & 0 deletions conf/janus.plugin.audiobridge.jcfg.sample
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@
# audio_active_packets = 100 (number of packets with audio level, default=100, 2 seconds)
# audio_level_average = 25 (average value of audio level, 127=muted, 0='too loud', default=25)
# default_prebuffering = number of packets to buffer before decoding each particiant (default=6)
# default_expectedloss = percent of packets we expect participants may miss, to help with FEC (default=0, max=20; automatically used for forwarders too)
# default_bitrate = default bitrate in bps to use for the all participants (default=auto, libopus decides; automatically used for forwarders too)
# record = true|false (whether this room should be recorded, default=false)
# record_file = "/path/to/recording.wav" (where to save the recording)
# record_dir = "/path/to/" (path to save the recording to, makes record_file a relative path if provided)
Expand Down
Loading

0 comments on commit 3a35eca

Please sign in to comment.