真实的国产乱ⅩXXX66竹夫人,五月香六月婷婷激情综合,亚洲日本VA一区二区三区,亚洲精品一区二区三区麻豆

成都創(chuàng)新互聯(lián)網(wǎng)站制作重慶分公司

janus編譯配置

編譯
git clone https://github.com/meetecho/janus-gateway.git
sh autogen.sh
./configure --prefix=/opt/janus --enable-websockets --enable-docs?–disable-plugin-lua

成都網(wǎng)站建設(shè)、網(wǎng)站制作介紹好的網(wǎng)站是理念、設(shè)計(jì)和技術(shù)的結(jié)合。創(chuàng)新互聯(lián)擁有的網(wǎng)站設(shè)計(jì)理念、多方位的設(shè)計(jì)風(fēng)格、經(jīng)驗(yàn)豐富的設(shè)計(jì)團(tuán)隊(duì)。提供PC端+手機(jī)端網(wǎng)站建設(shè),用營(yíng)銷思維進(jìn)行網(wǎng)站設(shè)計(jì)、采用先進(jìn)技術(shù)開源代碼、注重用戶體驗(yàn)與SEO基礎(chǔ),將技術(shù)與創(chuàng)意整合到網(wǎng)站之中,以契合客戶的方式做到創(chuàng)意性的視覺化效果。

make
sudo make install
make configs//將所有的樣例配置模板安裝到/opt/janus/etc/janus文件夾下


janus.cfg? janus 的全局配置文件,但不包括其他插件的配置文件

例如 janus跟Android APP Demo通信,需要使用WeSocket插件,所以需要安裝libwebsocket插件,然后進(jìn)行相關(guān)的配置

janus 默認(rèn)的配置中是沒有 WebSocket 的配置的,直接啟動(dòng) Janus 會(huì)因沒有 WebSocket 配置文件而報(bào)錯(cuò)。幸運(yùn)的是在配置目錄中 Janus 已經(jīng)給我們提供了一個(gè) WebSocket 的示例配置文件 : janus.transport.websockets.cfg.sample,(如果我們要通過 WebSocket 連接 Janus,則需要有個(gè) WebSocket 的配置文件)這里我們可以直接拷貝這個(gè)示例文件:

cp janus.transport.websockets.cfg.sample janus.transport.websockets.cfg

./configure --prefix=/opt/janus --enable-websockets

配置完成之后,打印信息

Compiler:????????????????? gcc
libsrtp version:?????????? 2.x
SSL/crypto library:??????? OpenSSL
DTLS set-timeout:????????? not available
Mutex implementation:????? GMutex (native futex on Linux)
DataChannels support:????? no
Recordings post-processor: no
TURN REST API client:????? yes
Doxygen documentation:???? no
Transports:
??? REST (HTTP/HTTPS):???? yes
??? WebSockets:??????????? yes
??? RabbitMQ:????????????? no
??? MQTT:????????????????? no
??? Unix Sockets:????????? yes
??? Nanomsg:?????????????? no
Plugins:
??? Echo Test:???????????? yes
??? Streaming:???????????? yes
??? Video Call:??????????? yes
??? SIP Gateway (Sofia):?? yes
??? SIP Gateway (libre):?? no
??? NoSIP (RTP Bridge):??? yes
??? Audio Bridge:????????? yes
??? Video Room:??????????? yes
??? Voice Mail:??????????? yes
??? Record&Play:?????????? yes
??? Text Room:???????????? yes
??? Lua Interpreter:?????? no
??? Duktape Interpreter:?? no
Event handlers:
??? Sample event handler:? yes
??? WebSocket ev. handler: yes
??? RabbitMQ event handler:no
??? MQTT event handler:??? no
??? Nanomsg event handler: no
External loggers:
??? JSON file logger:????? no
JavaScript modules:??????? no

If this configuration is ok for you, do a 'make' to start building Janus. A 'make install' will install Janus and its plugins to the specified prefix. Finally, a 'make configs' will install some sample configuration files too (something you'll only want to do the first time, though).

注意--enable-docs加載不成功,因此去掉該配置項(xiàng)

checking for doxygen... doxygen
checking for dot... no
configure: error: doxygen or dot not found. See README.md for installation instructions or remove --enable-docs


當(dāng)前文章:janus編譯配置
網(wǎng)站鏈接:http://weahome.cn/article/poipog.html

其他資訊

在線咨詢

微信咨詢

電話咨詢

028-86922220(工作日)

18980820575(7×24)

提交需求

返回頂部