多台nginx做为流服务器,如何解决获取不要流的问题呢

多台nginx做为流服务器,如何解决获取不要流的问题呢,第1张

在server模块下加入以下内容: location /hls { alias /usr/local/media/hls; types { application/vndapplempegurl m3u8; video/mp2t ts; } add_header Cache-Control no-cache; expires -1; } location ~ flv$ { flv; root /usr/local/me如何访问nginx流媒体服务器

Windows也不是也是选用的阿里的云服务器?

你的NGINX的nginxconf配置文件中增加类似如下的配置。

stream {

# windowsdb

upstream windowsdb {

server windows-server-IP-address:xxxx;

}

server {

listen xxxx;

proxy_pass windowsdb;

proxy_connect_timeout 1h;

proxy_timeout 1h;

}

}

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » 多台nginx做为流服务器,如何解决获取不要流的问题呢

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情