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

原文地址:https://www.cnblogs.com/6min/p/13960072.html