sexcure
This commit is contained in:
parent
38a54a6a44
commit
af3bc84fac
24
backend.yml
24
backend.yml
@ -394,7 +394,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/RestreamObjectParameters'
|
$ref: '#/components/schemas/EncodeObjectParameters'
|
||||||
required: true
|
required: true
|
||||||
parameters:
|
parameters:
|
||||||
- name: id
|
- name: id
|
||||||
@ -410,7 +410,7 @@ paths:
|
|||||||
content:
|
content:
|
||||||
application/json:
|
application/json:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/components/schemas/EncodeObjectParameters'
|
$ref: '#/components/schemas/StreamerObjectData'
|
||||||
404:
|
404:
|
||||||
description: ID not found
|
description: ID not found
|
||||||
content:
|
content:
|
||||||
@ -454,8 +454,12 @@ components:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: url
|
format: url
|
||||||
ffmpeg_args:
|
bitrate:
|
||||||
type: string
|
type: integer
|
||||||
|
width:
|
||||||
|
type: integer
|
||||||
|
height:
|
||||||
|
type: integer
|
||||||
IngestObjectNeighbors:
|
IngestObjectNeighbors:
|
||||||
required:
|
required:
|
||||||
- outputNeighbours
|
- outputNeighbours
|
||||||
@ -493,7 +497,9 @@ components:
|
|||||||
required:
|
required:
|
||||||
- inputNeighbours
|
- inputNeighbours
|
||||||
- outputNeighbours
|
- outputNeighbours
|
||||||
- ffmpeg_args
|
- bitrate
|
||||||
|
- width
|
||||||
|
- height
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
inputNeighbours:
|
inputNeighbours:
|
||||||
@ -506,8 +512,12 @@ components:
|
|||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
format: uuid
|
format: uuid
|
||||||
ffmpeg_args:
|
bitrate:
|
||||||
type: string
|
type: integer
|
||||||
|
width:
|
||||||
|
type: integer
|
||||||
|
height:
|
||||||
|
type: integer
|
||||||
StreamerObjectArray:
|
StreamerObjectArray:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
|
Loading…
Reference in New Issue
Block a user