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

fix the on_hls.ts_url bug.

This commit is contained in:
winlin 2015-12-11 11:29:10 +08:00
parent 34d1ce9922
commit 2830ee12c1
7 changed files with 60 additions and 3 deletions

View file

@ -67,6 +67,7 @@ extern std::string srs_string_remove(std::string str, std::string remove_chars);
extern bool srs_string_ends_with(std::string str, std::string flag);
// whether string starts with
extern bool srs_string_starts_with(std::string str, std::string flag);
extern bool srs_string_starts_with(std::string str, std::string flag0, std::string flag1);
// whether string contains with
extern bool srs_string_contains(std::string str, std::string flag);