Просмотр исходного кода

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
Alcaros 8 лет назад
Родитель
Сommit
d33b36e460
1 измененных файлов с 15 добавлено и 0 удалено
  1. 15 0
      plugins/rtmp-services/data/services.json

+ 15 - 0
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
+            }
         }
     ]
 }