2012-08-27 23:41:26 +08:00
|
|
|
video_output_width: 640
|
|
|
|
video_output_height: 480
|
2021-03-09 02:14:48 +08:00
|
|
|
video_output_framerate: 15
|
2013-08-26 23:27:53 +08:00
|
|
|
# Alternate output size to use when deskshare videos are present
|
|
|
|
# Set higher so that deskshare output is higher quality, but uses more space.
|
|
|
|
deskshare_output_width: 1280
|
|
|
|
deskshare_output_height: 720
|
2021-03-09 02:14:48 +08:00
|
|
|
deskshare_output_framerate: 5
|
2013-06-14 04:10:52 +08:00
|
|
|
# offset applied to audio in the output video file
|
2013-07-02 02:32:25 +08:00
|
|
|
# audio_offset = 1200 means that the audio will be delayed by 1200ms
|
2013-08-27 01:23:49 +08:00
|
|
|
audio_offset: 0
|
2013-06-15 23:25:09 +08:00
|
|
|
include_deskshare: true
|
2014-04-04 04:23:49 +08:00
|
|
|
|
|
|
|
# For PRODUCTION
|
|
|
|
publish_dir: /var/bigbluebutton/published/presentation
|
2018-07-12 11:05:17 +08:00
|
|
|
video_formats:
|
|
|
|
- webm
|
|
|
|
# - mp4
|
2014-04-04 04:23:49 +08:00
|
|
|
|
|
|
|
# For DEVELOPMENT
|
|
|
|
#publish_dir: /home/ubuntu/temp/published/presentation
|
|
|
|
|