i follow instruction to install the ffmpeg (https://github.com/udacity/nd131-openvino-fundamentals-project-starter/blob/master/linux-setup.md)
sudo apt install ffmpeg
However, it does not install ffserver together while it should be after searching on internet.
Below is my system configuration
Ubuntu 18.04
Python3.7
ffmpeg 4.2.2
Command i want to execute
sudo ffserver -f ./ffmpeg/server.conf
Expected
ffserver version x.x.x.x.....
Current result
ffserver command not found
Thanks