winlin

user smaller deviation to avoid dup ts.

@@ -61,7 +61,7 @@ using namespace std; @@ -61,7 +61,7 @@ using namespace std;
61 // startup piece, the first piece, fragment percent to reap. 61 // startup piece, the first piece, fragment percent to reap.
62 #define SRS_HLS_FLOOR_STARTUP_PERCENT 0.1 62 #define SRS_HLS_FLOOR_STARTUP_PERCENT 0.1
63 // fragment plus the deviation percent. 63 // fragment plus the deviation percent.
64 -#define SRS_HLS_FLOOR_REAP_PERCENT 0.9 64 +#define SRS_HLS_FLOOR_REAP_PERCENT 0.2
65 65
66 ISrsHlsHandler::ISrsHlsHandler() 66 ISrsHlsHandler::ISrsHlsHandler()
67 { 67 {