investigate looks like ffmpeg is nice
This commit is contained in:
6
openrtsp/install.sh
Normal file
6
openrtsp/install.sh
Normal 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
|
||||
1
openrtsp/run.sh
Normal file
1
openrtsp/run.sh
Normal file
@@ -0,0 +1 @@
|
||||
openRTSP -w 1920 -h 1080 -f 15 -D 1 -c -B 10000000 -b 10000000 -4 -Q -F /tmp/openrtsp/83 -d 28800 -P 10 -t rtsp://192.168.0.83:8554/unicast
|
||||
Reference in New Issue
Block a user