Skip to main content
Version: 1.12-grodno (current)

conference_app

Lyra3.OR.ConferenceApp

Выполнить пункт Подключение репозиториев MVS

Обновить кэш репозитория и установить приложение для настройки звука:

sudo apt update && sudo apt upgrade -y && sudo apt install -y pavucontrol-qt

Установка ПО MVS Conference.App:

sudo apt install -y mvs-lyra3-or-conference-app

Файл с примером конфига находится в /usr/share/mvs.lyra3.or/Lyra3.OR.ConferenceApp.yml.example

Конфигурация Lyra3.OR.ConferenceApp

Lyra3.OR.ConferenceApp.yml

Пример /etc/mvs.lyra3.or/Lyra3.OR.ConferenceApp.yml:

---
connection:
hp:
hpKey: "<hpKeyOfEquipmentOR>"
authApiUrl: "http://<Lyra3_HP_DMZ_domain_name>/rest/auth-api"
jumboApiUrl: "http://<Lyra3_HP_DMZ_domain_name>/rest/jumbo-api"
conferenceApiUrl: "http://<Lyra3_HP_DMZ_domain_name>/rest/ovconf-api"

or:
apiUrl: 'http://<OR_SERVER_API_ADDR>:<OR_SERVER_PORT>'
retryDelay: 1500

httpServer:
port: 5000

ui:
hideCursor: true

logger:
level: info # debug | info | warn | error

crashReporter:
enabled: false
# if crashReporter is disabled, the rest of its configuration is not validated
productName: 'Lyra3.OR.ConferenceApp'
companyName: 'MVS'
submitURL: 'http://192.168.2.189:1127/post'

locale: ru # ru | en | fr | be

Добавить в автозагрузку и запустить сервис:

sudo systemctl enable Lyra3.OR.ConferenceApp && sudo systemctl start Lyra3.OR.ConferenceApp