mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
use reduce_sequence_header for stream control.
This commit is contained in:
parent
b79d830e2c
commit
a0a89a8ca6
5 changed files with 56 additions and 14 deletions
|
@ -530,6 +530,10 @@ public:
|
|||
* the minimal send interval in ms.
|
||||
*/
|
||||
virtual int get_send_min_interval(std::string vhost);
|
||||
/**
|
||||
* whether reduce the sequence header.
|
||||
*/
|
||||
virtual bool get_reduce_sequence_header(std::string vhost);
|
||||
private:
|
||||
/**
|
||||
* get the global chunk size.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue