Sets the streaming parameters. More...
Data Fields | |
enum SL_STREAMING_CODEC | codec |
Defines the codec used for streaming. More... | |
unsigned short | port |
Defines the port used for streaming. More... | |
unsigned int | bitrate |
Defines the streaming bitrate in Kbits/s. More... | |
int | gop_size |
Defines the gop size in number of frames. More... | |
bool | adaptative_bitrate |
Enable/Disable adaptive bitrate. More... | |
unsigned short | chunk_size |
Defines a single chunk size. More... | |
unsigned int | target_framerate |
defines the target framerate for the streaming output. More... | |
Sets the streaming parameters.
enum SL_STREAMING_CODEC SL_StreamingParameters::codec |
Defines the codec used for streaming.
unsigned short SL_StreamingParameters::port |
Defines the port used for streaming.
unsigned int SL_StreamingParameters::bitrate |
Defines the streaming bitrate in Kbits/s.
STREAMING_CODEC | Resolution | FPS | bitrate (kbps) |
---|---|---|---|
H264 | HD2K | 15 | 8500 |
H264 | HD1080 | 30 | 12500 |
H264 | HD720 | 60 | 7000 |
H265 | HD2K | 15 | 7000 |
H265 | HD1080 | 30 | 11000 |
H265 | HD720 | 60 | 6000 |
int SL_StreamingParameters::gop_size |
Defines the gop size in number of frames.
bool SL_StreamingParameters::adaptative_bitrate |
Enable/Disable adaptive bitrate.
unsigned short SL_StreamingParameters::chunk_size |
Defines a single chunk size.
unsigned int SL_StreamingParameters::target_framerate |
defines the target framerate for the streaming output.