2017-11-09 06:06:00 +08:00
|
|
|
bbb_version: '2.1.0'
|
2011-05-12 23:58:48 +08:00
|
|
|
raw_audio_src: /var/freeswitch/meetings
|
|
|
|
raw_video_src: /usr/share/red5/webapps/video/streams
|
2018-04-25 02:51:37 +08:00
|
|
|
kurento_video_src: /var/kurento/recordings
|
2018-04-25 23:35:36 +08:00
|
|
|
kurento_screenshare_src: /var/kurento/screenshare
|
2021-10-05 01:33:13 +08:00
|
|
|
mediasoup_video_src: /var/mediasoup/recordings
|
|
|
|
mediasoup_screenshare_src: /var/mediasoup/screenshare
|
2016-02-26 01:59:29 +08:00
|
|
|
raw_screenshare_src: /usr/share/red5/webapps/screenshare/streams
|
2015-09-26 02:05:54 +08:00
|
|
|
raw_webrtc_deskshare_src: /usr/share/red5/webapps/video-broadcast/streams
|
2011-05-12 23:58:48 +08:00
|
|
|
raw_deskshare_src: /var/bigbluebutton/deskshare
|
|
|
|
raw_presentation_src: /var/bigbluebutton
|
2021-10-16 03:07:13 +08:00
|
|
|
notes_endpoint: http://127.0.0.1:9002/p
|
2019-03-19 01:33:29 +08:00
|
|
|
# Specify the notes formats we archive
|
|
|
|
# txt, doc and odt are also supported
|
2019-03-12 10:56:29 +08:00
|
|
|
notes_formats:
|
2019-03-06 00:17:48 +08:00
|
|
|
- etherpad
|
|
|
|
- html
|
|
|
|
- pdf
|
2011-07-10 23:38:12 +08:00
|
|
|
redis_host: 127.0.0.1
|
2011-05-12 23:58:48 +08:00
|
|
|
redis_port: 6379
|
2018-12-15 05:37:21 +08:00
|
|
|
# Uncomment and set password if redis require it.
|
|
|
|
# redis_password: changeme
|
2014-04-04 04:23:49 +08:00
|
|
|
|
2017-07-14 04:48:02 +08:00
|
|
|
# redis_workers_host: 127.0.0.1
|
|
|
|
# redis_workers_port: 6379
|
2014-04-04 04:23:49 +08:00
|
|
|
|
2021-03-26 03:25:30 +08:00
|
|
|
# Set to true to insert recording process status into
|
|
|
|
# redis list with key "store_recording_status: true".
|
|
|
|
# This is useful if you want to track progress status
|
|
|
|
# and have another script process it.
|
|
|
|
store_recording_status: false
|
|
|
|
|
2021-08-31 05:46:52 +08:00
|
|
|
# Whether to anonymize the sender of chat messages in the processed
|
|
|
|
# recordings. The settings here are the defaults; they can be overridden
|
|
|
|
# by passing meta parameters on the meeting create call.
|
|
|
|
# meta param: meta_bbb-anonymize-chat (true/false)
|
|
|
|
anonymize_chat: false
|
|
|
|
# By default only names of viewers are anonymized - if you would also
|
|
|
|
# like to anonymize moderators, you can set this to true:
|
|
|
|
# meta param: meta_bbb-anonymize-chat-moderators (true/false)
|
|
|
|
anonymize_chat_moderators: false
|
|
|
|
|
2022-05-05 20:53:38 +08:00
|
|
|
# By default, recordings assume the Viewer viewpoint (with all locks)
|
|
|
|
# so when webcamsOnlyForModerator=true, only moderators webcams are included in recordings.
|
|
|
|
# Use this option to ignore locks and assume Moderator viewpoint instead.
|
2022-05-02 20:42:00 +08:00
|
|
|
show_moderator_viewpoint: false
|
2022-04-30 03:43:24 +08:00
|
|
|
|
2019-12-11 03:28:13 +08:00
|
|
|
# Sequence of recording steps. Keys are the current step, values
|
|
|
|
# are the next step(s). Examples:
|
|
|
|
# current_step: next_step
|
|
|
|
# "current_step-format": "next_step-format"
|
|
|
|
# current_step:
|
|
|
|
# - next_step
|
|
|
|
# - another_step-format
|
2017-08-08 05:08:17 +08:00
|
|
|
steps:
|
|
|
|
archive: "sanity"
|
2019-12-11 03:28:13 +08:00
|
|
|
sanity: "captions"
|
|
|
|
captions: "process:presentation"
|
|
|
|
"process:presentation": "publish:presentation"
|
2017-08-08 05:08:17 +08:00
|
|
|
|
2014-04-04 04:23:49 +08:00
|
|
|
# For PRODUCTION
|
|
|
|
log_dir: /var/log/bigbluebutton
|
2018-12-12 04:37:31 +08:00
|
|
|
events_dir: /var/bigbluebutton/events
|
2014-04-04 04:23:49 +08:00
|
|
|
recording_dir: /var/bigbluebutton/recording
|
|
|
|
published_dir: /var/bigbluebutton/published
|
2019-04-23 03:28:54 +08:00
|
|
|
captions_dir: /var/bigbluebutton/captions
|
2017-11-09 06:06:00 +08:00
|
|
|
playback_host: 127.0.0.1
|
2015-11-07 00:46:58 +08:00
|
|
|
playback_protocol: http
|
2011-05-12 23:58:48 +08:00
|
|
|
|
2014-04-04 04:23:49 +08:00
|
|
|
# For DEVELOPMENT
|
|
|
|
# This allows us to run the scripts manually
|
|
|
|
#scripts_dir: /home/ubuntu/dev/bigbluebutton/record-and-playback/core/scripts
|
|
|
|
#log_dir: /home/ubuntu/temp/log
|
|
|
|
#recording_dir: /home/ubuntu/temp/recording
|
|
|
|
#published_dir: /home/ubuntu/temp/published
|
2017-11-09 06:06:00 +08:00
|
|
|
#playback_host: 127.0.0.1
|