Ubuntu 20.04.1 编译 srs 因为openssl报错


重新安装ssl再指定使用系统自带OpenSSL编译

sudo apt-get install libssl-dev

./configure --use-sys-ssl && make

 

 

下载
git clone https://github.com/ossrs/srs
编译
cd srs/trunk
./configure --full && make

启动服务
./objs/srs -c conf/http.hls.conf

关闭服务
./scripts/stop.sh


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM