From d33b36e46003b22d1f65803170ffc50c447e3fc6 Mon Sep 17 00:00:00 2001 From: Alcaros Date: Fri, 10 Nov 2017 10:21:02 +0700 Subject: [PATCH] rtmp-services: Add MyLive streaming platform [MyLive](https://mylive.in.th) is a streaming platform in Thailand. Website founded in 2013 and company established in 2017. Closes jp9000/obs-studio#1073 --- plugins/rtmp-services/data/services.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 96299e486..26fb08ff4 100644 --- a/plugins/rtmp-services/data/services.json +++ b/plugins/rtmp-services/data/services.json @@ -1136,6 +1136,21 @@ "max video bitrate": 1000, "max audio bitrate": 96 } + }, + { + "name": "MyLive", + "servers": [ + { + "name": "Default", + "url": "rtmp://stream.mylive.in.th/live" + } + ], + "recommended": { + "keyint": 2, + "profile": "main", + "max video bitrate": 7000, + "max audio bitrate": 192 + } } ] } -- GitLab