mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine get_send_min_interval in time unit
This commit is contained in:
parent
c1b64ba24f
commit
402e614471
5 changed files with 15 additions and 13 deletions
|
@ -116,8 +116,8 @@ private:
|
|||
// for realtime
|
||||
// @see https://github.com/ossrs/srs/issues/257
|
||||
bool realtime;
|
||||
// the minimal interval in ms for delivery stream.
|
||||
double send_min_interval;
|
||||
// the minimal interval in srs_utime_t for delivery stream.
|
||||
srs_utime_t send_min_interval;
|
||||
// publish 1st packet timeout in srs_utime_t
|
||||
srs_utime_t publish_1stpkt_timeout;
|
||||
// publish normal packet timeout in srs_utime_t
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue