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

Fix #2068, losing of last HLS ts file 4.0.133

fix bug: last segment of ts not trigger 'on_hls',
because of 'on_unpublish' earlier than 'segment_close' (#2438)
This commit is contained in:
Xiaoniu 2021-06-28 07:25:25 +08:00 committed by winlin
parent aa12251084
commit 7bf03ef2ba
3 changed files with 6 additions and 5 deletions

View file

@ -9,6 +9,6 @@
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_REVISION 132
#define VERSION_REVISION 133
#endif