This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
Apq
/
obs-studio
mirror de
https://github.com/obsproject/obs-studio.git
Observar
1
Favorito
0
Fork
0
Arquivos
Issues
0
Wiki
Ver código fonte
rtmp-services: Add AV1 to services schema
derrod
2 anos atrás
pai
e767cacf0a
commit
4b038c9a40
1 arquivos alterados
com
2 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
2
1
plugins/rtmp-services/data/schema/service-schema-v4.json
+ 2
- 1
plugins/rtmp-services/data/schema/service-schema-v4.json
Ver arquivo
@@ -46,7 +46,8 @@
"minLength": 1,
"enum": [
"h264",
- "hevc"
+ "hevc",
+ "av1"
]
}
},