bigbluebutton-Github/record-and-playback/core/scripts/bigbluebutton.yml

37 lines
1.1 KiB
YAML
Raw Normal View History

bbb_version: '2.1.0'
raw_audio_src: /var/freeswitch/meetings
raw_video_src: /usr/share/red5/webapps/video/streams
kurento_video_src: /var/kurento/recordings
2018-04-25 23:35:36 +08:00
kurento_screenshare_src: /var/kurento/screenshare
2016-02-26 01:59:29 +08:00
raw_screenshare_src: /usr/share/red5/webapps/screenshare/streams
raw_webrtc_deskshare_src: /usr/share/red5/webapps/video-broadcast/streams
raw_deskshare_src: /var/bigbluebutton/deskshare
raw_presentation_src: /var/bigbluebutton
2019-03-12 10:56:29 +08:00
notes_endpoint: http://localhost:9001/p
notes_formats:
- etherpad
- html
- txt
- doc
- pdf
- odt
redis_host: 127.0.0.1
redis_port: 6379
# For PRODUCTION
log_dir: /var/log/bigbluebutton
events_dir: /var/bigbluebutton/events
recording_dir: /var/bigbluebutton/recording
published_dir: /var/bigbluebutton/published
playback_host: 127.0.0.1
playback_protocol: http
# 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
#playback_host: 127.0.0.1