From 0f1be8705c0742b4711aa6fc7f2e901e2c7bdc75 Mon Sep 17 00:00:00 2001 From: Joan Miquel Fuster Date: Thu, 29 Oct 2020 19:23:40 +0100 Subject: [PATCH] rmtp-services: Add Viloud service Viloud is an online video platform for creating and streaming live, linear and on-demand TV channels. --- plugins/rtmp-services/data/services.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 2379d20bc..9560a8a42 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1819,6 +1819,20 @@ "max video bitrate": 5000, "max audio bitrate": 160 } + }, + { + "name": "Viloud", + "servers": [ + { + "name": "Default", + "url": "rtmp://live.viloud.tv:5222/app" + } + ], + "recommended": { + "keyint": 2, + "max video bitrate": 5000, + "max audio bitrate": 160 + } } ] }