优化http服务器性能

This commit is contained in:
771730766@qq.com
2018-01-30 11:47:56 +08:00
parent ddd4f57fe8
commit a97b7ce701
3 changed files with 42 additions and 12 deletions

View File

@@ -121,7 +121,7 @@ int domain(int argc, const char *argv[]) {
int main(int argc,char *argv[]){
const char *argList[] = {argv[0],"rtmp://live.hkstv.hk.lxdns.com/live/hks","rtmp://jizan.iok.la/live/test"};
const char *argList[] = {argv[0],"rtmp://live.hkstv.hk.lxdns.com/live/hks",argv[1]};
return domain(3,argList);
}