From b8402daa2fd36bb1ed54ddcf3a550061c4141543 Mon Sep 17 00:00:00 2001 From: Ben Stahl Date: Tue, 30 Jan 2018 10:47:03 -0500 Subject: [PATCH] rtmp-services: Add Vimeo to services list This commit adds Vimeo RTMP ingest to services.json. Closes jp9000/obs-studio#1178 --- plugins/rtmp-services/data/services.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/plugins/rtmp-services/data/services.json b/plugins/rtmp-services/data/services.json index 3a63b20d2..97778c54b 100644 --- a/plugins/rtmp-services/data/services.json +++ b/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" + } + ] } ] } -- GitLab