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

posted @ 2020-11-11 18:22  1553  阅读(726)  评论(1编辑  收藏  举报