Skip to main content
Version: yakutsk

ICU_GERS

Lyra3.ICU.GERS

Ручная установка Lyra3.ICU.GERS

apt install -y mvs-lyra3-icu-gers-api

Отредактировать конфигурацию в файле /etc/mvs.lyra3.icu/Lyra3.ICU.GERS.API.yml:

LoggerOptions:
## LogLevels: Trace | Debug | Information | Warning | Error | Critical | None
LogLevel: Debug
##LogFormats: Verbose | Full | Short | Tiny | Systemd
LogFormat: Verbose
#UseColors: false

ListenOptions:
DmzEndpoints:
- 0.0.0.0:3346

GersOptions:
## ServerUrl - Url like http://{ip}:{port} of ICU server in gers subnet. Required
ServerUrl: http://<icu-server-ip>:3440
Id: 23efa36e-1b77-4e04-88ba-d60485eca553 #Get in Master-ICU https://<fqdn>:<port_master>
## StoragePath - path in gers file system where it will be temporary write chunks before loading to Platform Storage. Required, must exist and rw access
StoragePath: /var/lib/mvs.lyra3.icu/chunks
## Bucket name in s3 storage
S3BucketName: icu20
## Access key to s3 storage
S3AccessKey: <set_it_up_credentials>
## Secret key to s3 storage
S3SecretKey: <set_it_up_credentials>
## S3 uri
S3UploadingUri: http://<s3-ip>:9000 #URI to S3 in Video subnet
## Platform Auth service uri
AuthApiUri: http://<core-ip>:3304
## Equipment HpKey
HpKey: Eaf4EJ6F94ehgWsTz4bv6cDSJ4BW4f4w
## Platform icu storage service api uri
HpICUStorageApiUri: http://<icu-storage-ip>:3344
## Platform icu service api uri
HpICUApiUri: http://<hp-icu-ip>:3342
## Platform streamer api uri (ws/wss)
StreamerApiUri: ws://<streamer-ip>:3308 #ws connection in Video subnet

GERS Id – добавляется в мастере и копируется из мастера в конфигурацию. Внимание! В каждом созданном GERS в мастере также необходимо добавить видеоканалы. Для этого необходимо кликнуть по строке с параметрами созданного GERS и на открывшейся странице нажать кнопку Add video channel. Подробнее процедура описана в Руководстве сервисного инженера (Приложение Master).

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

systemctl enable Lyra3.ICU.GERS.API.service
systemctl start Lyra3.ICU.GERS.API.service