mirror of
https://github.com/datarhei/core.git
synced 2025-10-05 16:07:07 +08:00
Add tee progress parsing
This commit is contained in:
33
docs/docs.go
33
docs/docs.go
@@ -7817,6 +7817,13 @@ const docTemplate = `{
|
||||
"type": "integer",
|
||||
"format": "uint64"
|
||||
},
|
||||
"tee": {
|
||||
"description": "Format specific",
|
||||
"type": "array",
|
||||
"items": {
|
||||
"$ref": "#/definitions/api.ProgressIOTee"
|
||||
}
|
||||
},
|
||||
"type": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -7840,6 +7847,32 @@ const docTemplate = `{
|
||||
}
|
||||
}
|
||||
},
|
||||
"api.ProgressIOTee": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"address": {
|
||||
"type": "string"
|
||||
},
|
||||
"fifo_enabled": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"fifo_revocery_attempts_total": {
|
||||
"type": "number"
|
||||
},
|
||||
"fifo_state": {
|
||||
"type": "string"
|
||||
},
|
||||
"format": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"state": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"api.RTMPChannel": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
|
Reference in New Issue
Block a user