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

always reset the max target duration for hls.

This commit is contained in:
winlin 2015-07-14 10:31:42 +08:00
parent 54bb42483b
commit 40c264a316
2 changed files with 10 additions and 7 deletions

View file

@ -233,7 +233,7 @@ private:
int64_t previous_floor_ts;
private:
int _sequence_no;
int target_duration;
int max_td;
std::string m3u8;
std::string m3u8_url;
private: