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

+server support band check +every vhost can have it's own chunk size

This commit is contained in:
wenjie 2013-12-12 20:56:19 +08:00
parent 8887754b17
commit 6e9f375606
16 changed files with 668 additions and 108 deletions

2
trunk/src/core/srs_core.hpp Normal file → Executable file
View file

@ -102,4 +102,4 @@ extern std::string srs_dns_resolve(std::string host);
// app...vhost...request_vhost
extern void srs_vhost_resolve(std::string& vhost, std::string& app);
#endif
#endif