Video Flow
{
"type": "video",
"name": "<flow_name:str>",
"source": {
"port_group": [
"<source_group:str>"
]
},
"destination": {
"port_group": [
"<destination_group:str>"
]
},
"ecn": "<ecn_code_point:str|int>",
"dscp": "<dscp_code_point:str|int>",
"add_reverse_direction": "<add_reverse_direction_flow:bool>",
"segment_size": "<segment_size:int>",
"segment_duration": "<segment_duration:float|timedelta>",
"buffering_goal": "<buffering_goal:float|timedelta>",
"play_goal": "<play_goal:float|timedelta>"
}
Video flow |
|||
Specific parameters for video flow. The |
|||
Note Not supported by ByteBlower Endpoint. |
|||
type |
object |
||
properties |
|||
|
Type of the flow. Defines which specific flow parameters will be possible. |
||
type |
string |
||
enum |
video |
||
|
Name of this Flow, defaults to auto-generated name when set to |
||
type |
string |
||
|
Specifying the source of transmitted data for this flow |
||
type |
object |
||
properties |
|||
|
List of port groups specifying the transmitting ports |
||
type |
array |
||
items |
|||
additionalProperties |
False |
||
|
Specifying the destination for receiving data for this flow |
||
type |
object |
||
properties |
|||
|
List of port groups specifying the receiving ports |
||
type |
array |
||
items |
|||
additionalProperties |
False |
||
|
IP ECN |
||
Explicit Congestion Notification code point. Defaults to |
|||
oneOf |
type |
integer |
|
maximum |
3 |
||
minimum |
0 |
||
type |
string |
||
|
IP DSCP |
||
Differentiated Services Code Point. Defaults to |
|||
oneOf |
type |
integer |
|
maximum |
63 |
||
minimum |
0 |
||
type |
string |
||
|
Enables adding a flow in the reverse direction of the original flow. |
||
The reverse flow uses the same configuration as the original.
Defaults to |
|||
type |
boolean |
||
|
Size of each individual segment of data that is encoded and transmitted in bytes, defaults to ( |
||
type |
number |
||
exclusiveMinimum |
0 |
||
|
Length of time that each segment of data represents in the video stream in seconds, defaults to |
||
type |
number |
||
exclusiveMinimum |
0 |
||
|
The amount of video data that the playback device should be able to buffer in seconds, defaults to |
||
type |
number |
||
minimum |
0 |
||
|
The minimum amount of video data that should be buffered before starting playback in seconds, defaults to |
||
type |
number |
||
minimum |
0 |