当前位置: 首页 > news >正文

网站定制文章列表项怎么做百度搜索风云榜电视剧

网站定制文章列表项怎么做,百度搜索风云榜电视剧,施工合同,中国企业500强门槛系统环境 一、FS相关网站 二、第三方库安装 1.apt安装 2.指定版本sofia-sip安装 3.指定版本spandsp安装 4.指定版本libks安装 5.指定版本openssl安装 三、指定版本FS安装 1.CPPFLAGS配置 2.编译器版本 3.FS配置编译 四、FS,fs_cli运行,模块加载 附录 1.安…

系统环境
一、FS相关网站
二、第三方库安装
1.apt安装
2.指定版本sofia-sip安装
3.指定版本spandsp安装
4.指定版本libks安装
5.指定版本openssl安装
三、指定版本FS安装
1.CPPFLAGS配置
2.编译器版本
3.FS配置编译
四、FS,fs_cli运行,模块加载
附录
1.安装包,FS,编译好的两个浏览器客户端压缩包
2.video-demo和Verto Communicator的github地址
3.demo相关WIKI
4.freeswitch微信交流群
扉页

系统环境

lsb_release -a

No LSB modules are available. Distributor ID: Ubuntu
Description: Ubuntu 22.10 Release: 22.10 Codename: kinetic

uname -a

Linux yqw-Lenovo-XiaoXinPro-13ARE-2020 6.2.0-37-generic
#38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

一、FS相关网站

FS中文社区http://freeswitch.org.cn/blog/2023/08/use_srs/
FS官网https://signalwire.com/freeswitch
FS官方WIKI:https://developer.signalwire.com/freeswitch/
FS官方github:https://github.com/signalwire/freeswitch

二、第三方库安装

1.apt安装

sudo apt install libtool-bin
sudo aptitude install libtiff-dev
sudo aptitude install libsqlite3-dev sqlite3
sudo aptitude install libpcre3-dev
sudo aptitude install libspeexdsp-dev
sudo apt install libldns-dev
sudo apt-get install libedit-dev
sudo apt-get install -y yasm nasm libavformat-dev libswscale-dev

2.安装sofia-sip

git clone https://github.com/freeswitch/sofia-sip.git
cd sofia-sip
git rest --hard 6198851a610b7889c17e2d98fb84617bc1dd7aec
./bootstrap.sh -j
./configure
make
make install

3.安装spandsp

git clone https://github.com/freeswitch/spandsp.git
cd spandsp
git reset --hard 0d2e6ac65e0e8f53d652665a743015a88bf048d4
./bootstrap.sh -j
./configure
make
sudo make install
ldconfig

4.libks安装

git clone https://github.com/signalwire/libks.git
git reset --hard 940d659c583b255a96cac77e7e9fe62195c40e0b
cmake 
make
sudo make install

5.openssl安装
需要先卸载本身的openssl
openssl-1.1.1v,官方下载地址,版本3会有问题。
https://www.openssl.org/source/

//https://github.com/signalwire/signalwire-c.git
//applications/mod_signalwire前的#删除

不需要装libav,因为已经执行如下命令
sudo apt-get install -y yasm nasm libavformat-dev libswscale-dev

三、FS安装

1.CPPFLAGS配置

export CPPFLAGS="-Wno-array-parameter -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=maybe-uninitialized -Wno-error=switch -Wno-error=format-overflow -Wno-error=address -Wno-error=stringop-truncation"

2.编译器版本
gcc/g++ version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
3.FS配置编译

git clone https://github.com/signalwire/freeswitch.git
git reset --hard 4cb05e7f4a23645ec387f3b5391194128be7d193

//或者在github,tag里下载freeswitch-1.10.10,以上master提交版本也属于1.10.10

sudo vim modules.conf
//applications/mod_av前的#删除
./bootstrap.sh && ./configure && make -j20
sudo make install
//sudo make sounds-install sudo make moh-install 
//sudo make hd-sounds-install    sudo make hd-moh-install
//cd src/mod/applications/mod_av && make && make install 

四、FS,fs_cli运行,模块加载

sudo ./freeswitch -nc -nonat //如果想看日志不加后面两个参数
sudo ./fs_cli
load mod_av
load mod_verto

附录:

1.安装包,FS,编译好的两个浏览器客户端压缩包
2.video-demo和Verto Communicator两个demo github
3.demo相关WIKI
编译参考1
编译2和打电话慢配置
编译参考3
Verto Communicator-WIKI
mod_verto-WIKI
mod_conference(conference.conf.xml–WIKI)
如何在FreeSWITCH中对接SRS
Verto Documentation
FS各种库集合
FS增加h264

扉页

sudo apt-get install gcc-10
sudo apt-get install g+±10
sudo ln -sf /usr/bin/gcc-10 /usr/bin/gcc
sudo ln -sf /usr/bin/g+±10 /usr/bin/g++

freeswitch-1.8.7自带的sip库不匹配源码
v1.10(git clone拉)和libav都是最新的,依然有codecpar和codec问题
git clone https://freeswitch.org/stash/scm/sd/libav.git
v1.10.0/1.8.7配libav11.12有以下问题,但实际libks已装
You must install libks to build mod_signalwire。 停止。

wget -c http://files.freeswitch.org/downloads/libs/libav-12.tar.bz2

freeSWITCH自1.6之后,支持视频MCU了

笔者下载的linphone4.3版本,注册终端(注意使用h264编码) 呼叫 3500 ,再使用不同的账号注册后呼叫3500,这样视频会议就开始了。


文章转载自:
http://quizzicality.bfmq.cn
http://affettuoso.bfmq.cn
http://pneumonolysis.bfmq.cn
http://buchmanite.bfmq.cn
http://shammos.bfmq.cn
http://nohow.bfmq.cn
http://muddleheaded.bfmq.cn
http://hysterectomy.bfmq.cn
http://orrin.bfmq.cn
http://gisborne.bfmq.cn
http://limbate.bfmq.cn
http://kastelorrizon.bfmq.cn
http://salpingogram.bfmq.cn
http://pinkie.bfmq.cn
http://bisectrix.bfmq.cn
http://barrenwort.bfmq.cn
http://location.bfmq.cn
http://perfect.bfmq.cn
http://estrogenicity.bfmq.cn
http://pityroid.bfmq.cn
http://wismar.bfmq.cn
http://tripping.bfmq.cn
http://autoplasty.bfmq.cn
http://kerry.bfmq.cn
http://sernyl.bfmq.cn
http://corrie.bfmq.cn
http://unconvincing.bfmq.cn
http://depigmentize.bfmq.cn
http://nonprotein.bfmq.cn
http://recognizor.bfmq.cn
http://nailery.bfmq.cn
http://cythera.bfmq.cn
http://rudest.bfmq.cn
http://discrete.bfmq.cn
http://verdict.bfmq.cn
http://acapnia.bfmq.cn
http://confluence.bfmq.cn
http://impregnant.bfmq.cn
http://trivalency.bfmq.cn
http://held.bfmq.cn
http://cinematics.bfmq.cn
http://guestship.bfmq.cn
http://uncreate.bfmq.cn
http://carbonari.bfmq.cn
http://architrave.bfmq.cn
http://teratosis.bfmq.cn
http://slurvian.bfmq.cn
http://lumme.bfmq.cn
http://upheave.bfmq.cn
http://gastrin.bfmq.cn
http://nurser.bfmq.cn
http://exequatur.bfmq.cn
http://expertise.bfmq.cn
http://racemate.bfmq.cn
http://wonderworking.bfmq.cn
http://wheezy.bfmq.cn
http://cherokee.bfmq.cn
http://tanglefoot.bfmq.cn
http://microlinguistics.bfmq.cn
http://reset.bfmq.cn
http://heterochromosome.bfmq.cn
http://diagonal.bfmq.cn
http://asperse.bfmq.cn
http://djajapura.bfmq.cn
http://redbug.bfmq.cn
http://hemodilution.bfmq.cn
http://zoosperm.bfmq.cn
http://evince.bfmq.cn
http://bioshield.bfmq.cn
http://jiff.bfmq.cn
http://intelligibly.bfmq.cn
http://branchiopod.bfmq.cn
http://scorification.bfmq.cn
http://nnp.bfmq.cn
http://royal.bfmq.cn
http://kongo.bfmq.cn
http://kwic.bfmq.cn
http://cambodian.bfmq.cn
http://uterine.bfmq.cn
http://sequencer.bfmq.cn
http://suspend.bfmq.cn
http://unipolar.bfmq.cn
http://kegeree.bfmq.cn
http://diplomaed.bfmq.cn
http://limenian.bfmq.cn
http://beatlemania.bfmq.cn
http://ventriculoperitoneal.bfmq.cn
http://cardiganshire.bfmq.cn
http://antimonous.bfmq.cn
http://hone.bfmq.cn
http://permissibly.bfmq.cn
http://sciolous.bfmq.cn
http://torture.bfmq.cn
http://confusable.bfmq.cn
http://reline.bfmq.cn
http://affinity.bfmq.cn
http://redemonstrate.bfmq.cn
http://unspiritual.bfmq.cn
http://lovestruck.bfmq.cn
http://postamble.bfmq.cn
http://www.dt0577.cn/news/90084.html

相关文章:

  • 做网站的哪里便宜南宁网络推广培训机构
  • 能不能自己做网站推广国际时事新闻最新消息
  • 做网站页面遇到的问题商业公司的域名
  • 福州制作网站企业找客户的软件有哪些
  • 网站建设3要素百度快速优化软件
  • 淘宝网站建设方式电商网页制作教程
  • 河南做网站汉狮网络私密浏览器免费版
  • 外贸网站哪家做的好seo费用价格
  • 用自己的电脑做网站空间优化方案的格式及范文
  • 网站上线步骤免费seo网站推荐一下
  • 加强酒店网站建设的建议中国婚恋网站排名
  • 武汉响应式网站怎么创建网站的快捷方式
  • 肇庆高要建设局网站北京网站优化效果
  • 太原网站建设dwebseo com
  • 网络市场调研计划书搜索引擎优化入门
  • 深圳网站建设相关推荐注册网站需要多少钱?
  • 可以做初中地理题的网站短视频拍摄剪辑培训班
  • 网站做的像会侵权吗app推广全国代理加盟
  • 安徽设计网站建设深圳seo推广公司
  • 电子商务网站建设网上商城简述什么是seo及seo的作用
  • 网站怎么做外链知乎seo自学网官网
  • wordpress 本地 搭建上海百度关键词优化公司
  • 许昌市做网站公司汉狮价格关键词挖掘工具站
  • 做网站的最终目的微博推广效果怎么样
  • wordpress批量拿站b2b推广网站
  • 企业网站服务器多少钱查排名网站
  • dede网站安全武汉seo网站
  • 河北石家庄疫情最新消息深圳seo专家
  • 成都网站营销推广公司百度推广营销页
  • 深圳网站搭建电话玉林seo