簡體   English   中英

無法使用Homebrew為Nginx安裝/編譯rtmp模塊

[英]Not able to install/compile rtmp module for nginx using Homebrew

>brew install nginx-full --with-rtmp-module
Warning: homebrew/nginx/nginx-full-1.8.0 already installed

我已經安裝了nginx-full,並且我想使用rtmp模塊進行視頻流傳輸。 但是我無法安裝它。

這是否意味着該模塊已經安裝? 我也跑了

brew options nginx-full

哪個可以告訴您哪些配置選項可用(不確定) 它顯示了大約30-40個模塊,包括rtmp。 這是否意味着nginx的rtmp模塊已經存在。

我遇到了同樣的問題,您需要做的是:使用附加選項重新安裝Nginx:

brew update
brew reinstall nginx-full --with-rtmp-module

這將導致Nginx與RTMP模塊一起使用。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM