cristina HOW TO SET UP: 1. INSTALL BINARY: /usr/local/vivoh/vivoh-video-server 2. INSTALL CONFIG: /etc/vivoh/vvs/vvs.json (see notes) 3. INSTALL SERIVCE: /etc/systemd/system/vvs.service (see below) 4. ENABLE SERVICE: systemctl enable vvs 5. START SERVICE: systemctl start vvs 6. VERIFY SERVICE: systemctl status vvs HOW TO USE: 1. PUSH VIDEO FROM ENCODER: rtmp://SERVER_IP/live/test 2. WEB-BASED ADMIN: http://SERVER_IP:1111/admin SERVICE CONFIGURATION: [Unit] Description=Vivoh Video Server [Service] Type=simple Restart=always RestartSec=1 ExecStart=/usr/local/vivoh/vivoh-video-server /etc/vivoh/vvs/vvs.json [Install] WantedBy=multi-user.target