mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
user smaller deviation to avoid dup ts.
This commit is contained in:
parent
f6e135943f
commit
9be7fbba7d
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ using namespace std;
|
|||
// startup piece, the first piece, fragment percent to reap.
|
||||
#define SRS_HLS_FLOOR_STARTUP_PERCENT 0.1
|
||||
// fragment plus the deviation percent.
|
||||
#define SRS_HLS_FLOOR_REAP_PERCENT 0.9
|
||||
#define SRS_HLS_FLOOR_REAP_PERCENT 0.2
|
||||
|
||||
ISrsHlsHandler::ISrsHlsHandler()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue