Skip to content

Commit

Permalink
Update installation.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnyvdbr committed Apr 5, 2017
1 parent 3b69306 commit ee9ee5c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions installation.sh
Expand Up @@ -94,7 +94,7 @@ sudo chmod 664 /etc/uv4l/uv4l-raspicam.conf
# Install the RTSP server
########################################################################################
# we will be compiling software, so install some prerequisite
sudo apt-get -y install cmake libasound2-dev
sudo apt-get -y install cmake
# first compile the live555 library as a prerequisite
wget http://www.live555.com/liveMedia/public/live555-latest.tar.gz -O - | tar xvzf -
cd live
Expand All @@ -104,11 +104,10 @@ cd ..
# clone the rtsp server's git repository, compile and install
sudo apt-get -y install git
git clone https://github.com/mpromonet/v4l2rtspserver.git
sudo apt-get install -y libasound2-dev liblog4cpp5-dev liblivemedia-dev
sudo apt-get install -y libasound2-dev liblog4cpp5-dev
cd v4l2rtspserver
cmake . && make
sudo make install

# Put system service file for RTSP server into place
sudo cp /home/pi/RaspberryIPCamera/DefaultConfigFiles/RTSP-Server.service /etc/systemd/system/RTSP-Server.service
# Notify systemd of a service installation.
Expand Down

0 comments on commit ee9ee5c

Please sign in to comment.