1
0
Fork 0
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:
winlin 2019-04-16 07:59:27 +08:00
parent c1b64ba24f
commit 402e614471
5 changed files with 15 additions and 13 deletions

View file

@ -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