This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
Apq
/
obs-studio
réplica de
https://github.com/obsproject/obs-studio.git
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Wiki
Explorar o código
rtmp-services: Add AV1 to services schema
derrod
%!s(int64=2) %!d(string=hai) anos
pai
e767cacf0a
achega
4b038c9a40
Modificáronse 1 ficheiros
con
2 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
2
1
plugins/rtmp-services/data/schema/service-schema-v4.json
+ 2
- 1
plugins/rtmp-services/data/schema/service-schema-v4.json
Ver ficheiro
@@ -46,7 +46,8 @@
"minLength": 1,
"enum": [
"h264",
- "hevc"
+ "hevc",
+ "av1"
]
}
},