cctv/openrtsp/install.sh

7 lines
177 B
Bash

sudo apt-get install libssl-dev
wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz
tar -xzf live555-latest.tar.gz
cd live
./genMakefiles linux
sudo make install