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

Fix HLS segment close bug

This commit is contained in:
winlin 2019-04-16 09:32:26 +08:00
parent 138d1e3cad
commit 6380e8f1c0
4 changed files with 18 additions and 10 deletions

View file

@ -168,7 +168,7 @@ private:
SrsFileWriter *writer;
private:
int _sequence_no;
int max_td;
srs_utime_t max_td;
std::string m3u8;
std::string m3u8_url;
private: