rtsp-server-perl command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
rtsp-server-perl: command not found
or when using sudo you get the following error message
sudo: rtsp-server-perl: command not found
Solutions to rtsp-server-perl: command not found
How To Fix rtsp-server-perl: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu rtsp-server-perl is provided by rtsp-server-perl package.
rtsp-server-perl is:
This module is designed to accept a number of sources to connect and transmit audio and video streams. Clients can connect and send RTSP commands to receive RTP data.
This was designed to make rebroadcasting audio and video data over a network simple.
This package provide the system service.
To fix this problem, we can install more using the command below.
sudo apt-get -y install rtsp-server-perl
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install rtsp-server-perl.
sudo apt -y install rtsp-server-perl
Or if you have aptitude installed you can use the following command.
sudo aptitude install rtsp-server-perl
Summary
In this tutorial we learn how to fix rtsp-server-perl command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.