mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-03-27 08:20:52 +08:00
优化http服务器性能
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user