Merge branch 'dev' into vod

This commit is contained in:
Ingo Oppermann
2023-04-11 08:29:39 +02:00
12 changed files with 173 additions and 89 deletions

View File

@@ -3746,6 +3746,11 @@ const docTemplate = `{
"coder": {
"type": "string"
},
"extradata_size_bytes": {
"description": "bytes",
"type": "integer",
"format": "uint64"
},
"format": {
"type": "string"
},
@@ -3768,6 +3773,10 @@ const docTemplate = `{
"type": "integer",
"format": "uint64"
},
"keyframe": {
"type": "integer",
"format": "uint64"
},
"layout": {
"type": "string"
},