Skip to content

Commit 701eb6a

Browse files
committed
rtmp-services: Remove WHIP as requiring output field
1 parent e3df051 commit 701eb6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/rtmp-services/data/schema/service-schema-v5.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@
233233
},
234234
{
235235
"$comment": "Require recommended output field if protocol field is not RTMP(S)",
236-
"if": { "required": ["protocol"], "properties": { "protocol": { "pattern": "^(HLS|SRT|RIST|WHIP)$" } } },
236+
"if": { "required": ["protocol"], "properties": { "protocol": { "pattern": "^(HLS|SRT|RIST)$" } } },
237237
"then": { "properties": { "recommended": { "required": ["output"] } } }
238238
}
239239
]

0 commit comments

Comments
 (0)