This website works better with JavaScript
Home
Explore
Help
Register
Sign In
Apq
/
obs-studio
mirror of
https://github.com/obsproject/obs-studio.git
Watch
1
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
rtmp-services: Add AV1 to services schema
derrod
2 years ago
parent
e767cacf0a
commit
4b038c9a40
1 changed files
with
2 additions
and
1 deletions
Unified View
Show Diff Stats
2
1
plugins/rtmp-services/data/schema/service-schema-v4.json
+ 2
- 1
plugins/rtmp-services/data/schema/service-schema-v4.json
View File
@@ -46,7 +46,8 @@
"minLength": 1,
"minLength": 1,
"enum": [
"enum": [
"h264",
"h264",
- "hevc"
+ "hevc",
+ "av1"
]
]
}
}
},
},