mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Refine SRS_CONSTS_RTMP_PULSE_TMMS in time unit
This commit is contained in:
parent
695d430dcf
commit
5b0e0d0838
9 changed files with 12 additions and 12 deletions
|
@ -77,7 +77,7 @@
|
|||
// if timeout, we generally ignore and send the data to client,
|
||||
// generally, it's the pulse time for data seding.
|
||||
// @remark, recomment to 500ms.
|
||||
#define SRS_CONSTS_RTMP_PULSE_TMMS (500)
|
||||
#define SRS_CONSTS_RTMP_PULSE (500 * SRS_UTIME_MILLISECONDS)
|
||||
|
||||
/**
|
||||
* max rtmp header size:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue