Here are the main steps to play RTSP stream via Command Line interface using FFmpeg: Download FFmpeg. Unzip the downloaded FFmpeg ZIP folder. Open Command Prompt in the Unzipped FFmpeg folder. Type a ...
My BeeCam is a Raspberry Pi3/Raspbian Stretch w/freshly compiled ffmpeg version N-89882-g4dbae00bac running this as a service: Code: #!/bin/bash cd /usr/local/bin/ while true do ./ffmpeg -re ...