mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
添加bom、完善rtsp客户端兼容性
This commit is contained in:
@@ -135,6 +135,10 @@ static onceToken s_token([](){
|
||||
|
||||
}, nullptr);
|
||||
|
||||
#if !defined(SIGHUP)
|
||||
#defined SIGHUP 1
|
||||
#endif
|
||||
|
||||
int main(int argc,char *argv[]) {
|
||||
//设置退出信号处理函数
|
||||
signal(SIGINT, [](int) { EventPoller::Instance().shutdown(); });
|
||||
|
||||
Reference in New Issue
Block a user