mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine get_publish_1stpkt_timeout in time unit
This commit is contained in:
parent
d6828a3e58
commit
170872135d
13 changed files with 46 additions and 40 deletions
|
@ -805,9 +805,9 @@ public:
|
|||
*/
|
||||
virtual bool get_reduce_sequence_header(std::string vhost);
|
||||
/**
|
||||
* the 1st packet timeout in ms for encoder.
|
||||
* the 1st packet timeout in srs_utime_t for encoder.
|
||||
*/
|
||||
virtual int get_publish_1stpkt_timeout(std::string vhost);
|
||||
virtual srs_utime_t get_publish_1stpkt_timeout(std::string vhost);
|
||||
/**
|
||||
* the normal packet timeout in ms for encoder.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue