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

update donations. fix hls path bug.

This commit is contained in:
winlin 2015-03-30 14:08:17 +08:00
parent 692b751da8
commit cd682ae4be
5 changed files with 41 additions and 49 deletions

View file

@ -169,8 +169,8 @@ private:
private:
std::string hls_entry_prefix;
std::string hls_path;
std::string hls_m3u8_file;
std::string hls_ts_file;
std::string m3u8_dir;
double hls_aof_ratio;
int hls_fragment;
int hls_window;
@ -244,7 +244,6 @@ public:
private:
virtual int refresh_m3u8();
virtual int _refresh_m3u8(std::string m3u8_file);
virtual int create_dir(std::string filepath);
};
/**