1
0
Fork 0
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:
winlin 2015-03-31 15:42:21 +08:00
parent f6e135943f
commit 9be7fbba7d

View file

@ -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()
{