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

for #304, use stringstream to generate m3u8, add hls_td_ratio. 2.0.116.

This commit is contained in:
winlin 2015-02-12 13:34:59 +08:00
parent 103ce78b35
commit 25af6c6847
7 changed files with 60 additions and 52 deletions

View file

@ -172,6 +172,7 @@ private:
int hls_window;
private:
int _sequence_no;
int target_duration;
std::string m3u8;
private:
ISrsHlsHandler* handler;