rtmp-services: Add Vimeo to services list

This commit adds Vimeo RTMP ingest to services.json.

Closes jp9000/obs-studio#1178
This commit is contained in:
Ben Stahl 2018-01-30 10:47:03 -05:00 committed by jp9000
parent 8a59d68e47
commit b8402daa2f

View file

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