This commit is contained in:
bel
2020-04-11 03:16:00 +00:00
parent b076269c5d
commit 844e83a0f0
14 changed files with 123 additions and 41 deletions

6
testdata/openrtsp/install.sh vendored Normal file
View File

@@ -0,0 +1,6 @@
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