restore /usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml

63 views
Skip to first unread message

rschu...@gmail.com

unread,
Apr 12, 2023, 8:48:50 AM4/12/23
to BigBlueButton-Setup
Hi,

made an error in my apply.config.sh and deleted a tree.
Tried to make a freh install using the install-2.6.sh but that does not alter the changed file.
Deleted the file and again used the install.sh  - settings.yml does not get created.

My guess was the install script will recreate the file, looks like, I was wrong?

Any way to get the default 2.6 meteor/bundle/programs/server/assets/app/config/settings.yml without doing a complete reinstall ?
Or just attach the default settings file if possible.

Thanks!

Patryk Fischer

unread,
Apr 13, 2023, 2:22:03 AM4/13/23
to BigBlueButton-Setup
Hey, I think this is the original file:
https://github.com/bigbluebutton/bigbluebutton/blob/develop/bigbluebutton-html5/private/config/settings.yml

Best do never edit this!
If you want some custom configs do something like this:

cat > /etc/bigbluebutton/bbb-html5.yml <<HERE
public:
  app:
    clientTitle: $CLIENT_TITLE
    appName: $CLIENT_TITLE HTML5 Client
    enableMultipleCameras: false
    audioCaptions:
      enabled: false
  kurento:
    screenshare:
      bitrate: 1500
      constraints:
        video:
          frameRate:
            ideal: 5
            max: 10
    cameraProfiles:
      - id: low-u30
        name: low-u30
        bitrate: 30
        hidden: true
        constraints:
          frameRate: 3
      - id: low-u25
        name: low-u25
        bitrate: 40
        hidden: true
        constraints:
          frameRate: 3
      - id: low-u20
        name: low-u20
        bitrate: 50
        hidden: true
        constraints:
          frameRate: 5
      - id: low-u15
        name: low-u15
        bitrate: 70
        hidden: true
        constraints:
          frameRate: 8
      - id: low-u12
        name: low-u12
        bitrate: 90
        hidden: true
        constraints:
          frameRate: 10
      - id: low-u8
        name: low-u8
        bitrate: 100
        hidden: true
        constraints:
          frameRate: 10
      - id: low
        name: Low
        default: false
        bitrate: 100
      - id: medium
        name: Medium
        default: true
        bitrate: 200
      - id: high
        name: High
        default: false
        bitrate: 500
        constraints:
          width: 1280
          frameRate: 15
      - id: hd
        name: High definition
        default: false
        bitrate: 800
        constraints:
          width: 1280
          frameRate: 30
      - id: studio
        name: Studio
        default: false
        bitrate: 1600
        constraints:
          width: 1280
          frameRate: 30
    pagination:
      desktopPageSizes:
        moderator: 11
        viewer: 5
  chat:
    enabled: false
  note:
    enabled: true
HERE

This file (/etc/bigbluebutton/bbb-html5.yml) is for overwrites.

Cheers
Patryk
Reply all
Reply to author
Forward
0 new messages