有个录屏推流,直播手机屏幕的需求,提前调研了一下,为了方便测试自己搭了一个推流测试服务器,然后用vlc播放视频流。
所需下载文件:
操作步骤:
- 在nginx文件夹下,找到conf下的nginx-win.conf文件 修改为下述代码
#user nobody;
# multiple workers works !
worker_processes 2;
#error_log logs/error.log;
#error_log logs/error.log notice;
#error_log logs/error.log info;
#pid logs/nginx.pid;
events {
worker_connections 8192;
# max value 32768, nginx recycling connections+registry optimization =
# this.value * 20 = max concurrent connections currently tested with one worker
# C1000K should be possi