diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 96299e486b30932e936d1084297bb5684804d6d4..26fb08ff4617b6fb058f9f53961ddd3d9e3bf362 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 + } } ] }