crtmpserver command not found
Introduction
When you run more command in linux terminal / console, you get the following error message
crtmpserver: command not found
or when using sudo you get the following error message
sudo: crtmpserver: command not found
Solutions to crtmpserver: command not found
How To Fix crtmpserver: command not found in Ubuntu / Debian / Kali Linux / Raspbian
In Ubuntu crtmpserver is provided by crtmpserver package.
crtmpserver is:
crtmpserver is a high performance streaming server able to stream (live or recorded) in the following technologies:
- To and from Flash (RTMP,RTMPE, RTMPS, RTMPT, RTMPTE)
- To and from embedded devices: iPhone, Android
- From surveillance cameras
- IP-TV using MPEG-TS and RTSP/RTCP/RTP protocols
Also, crtmpserver can be used as a high performance rendes-vous server. For example, it enables you to do:
- Audio/Video conferencing
- Online gaming
- Online collaboration
- Simple/complex chat applications
To fix this problem, we can install more using the command below.
sudo apt-get -y install crtmpserver
This command might take some time to finish depending on your machine internet connection.
You can also use apt command to install crtmpserver.
sudo apt -y install crtmpserver
Or if you have aptitude installed you can use the following command.
sudo aptitude install crtmpserver
Summary
In this tutorial we learn how to fix crtmpserver command not found error in Ubuntu / Debian / Kali Linux or Raspbian distribution.