重新安装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
重新安装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