Skip to content

Use FFmpeg to push continuous video frames(cv::Mat type) to an rtsp server

License

Notifications You must be signed in to change notification settings

BaiYouShiWo/OpenCV-rtsp-streamer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenCV-rtsp-streamer

Use FFmpeg to push continuous video frames(cv::Mat type) to an rtsp server

Dependencies

Make sure opencv and ffmpeg have been installed. If not,just runsudo apt install opencvandsudo apt install ffmpeg

Install

git clone https://github.com/BaiYouShiWo/OpenCV-rtsp-streamer.git
cd OpenCV-rtsp-streamer
mkdir build && cd build
cmake .. && make

About

Use FFmpeg to push continuous video frames(cv::Mat type) to an rtsp server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published