1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

enhance hls in floor mode.

This commit is contained in:
winlin 2015-03-31 17:03:14 +08:00
parent 76c1957260
commit 97442c56b6
3 changed files with 15 additions and 5 deletions

View file

@ -182,6 +182,7 @@ private:
double hls_fragment_deviation;
// the previous reap floor timestamp,
// used to detect the dup or jmp or ts.
int64_t accept_floor_ts;
int64_t previous_floor_ts;
private:
int _sequence_no;