Преглед изворни кода

rtmp-services: Add Vimeo to services list

This commit adds Vimeo RTMP ingest to services.json.

Closes jp9000/obs-studio#1178
Ben Stahl пре 8 година
родитељ
комит
b8402daa2f
1 измењених фајлова са 9 додато и 0 уклоњено
  1. 9 0
      plugins/rtmp-services/data/services.json

+ 9 - 0
plugins/rtmp-services/data/services.json

@@ -1175,6 +1175,15 @@
                 "max video bitrate": 1000,
                 "max audio bitrate": 64
             }
+        },
+        {
+            "name": "Vimeo",
+            "servers": [
+                {
+                    "name": "Default",
+                    "url": "rtmp://rtmp.cloud.vimeo.com/live"
+                }
+            ]
         }
     ]
 }