mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-01-25 14:48:24 -05:00
If the server URL is not an RTMP(S) URL, the protocol field becomes required. The output field becomes required on non-RTMP(S) services to keep backward compatibility. Also skip service if the protocol is not available.
12 lines
240 B
JSON
12 lines
240 B
JSON
{
|
|
"$schema": "schema/package-schema.json",
|
|
"url": "https://obsproject.com/obs2_update/rtmp-services/v4",
|
|
"version": 221,
|
|
"files": [
|
|
{
|
|
"name": "services.json",
|
|
"version": 221
|
|
}
|
|
]
|
|
}
|