Skip to content

RoadAR/vlc_rtsp_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple and working example, how to use libvlc and opencv throught vlc's vmem.

No smem, no magic, Instead of smem reads video is real time, so reading of 10 minutes video file will take 10 minutes.

Works great with rtps, http and other supported by vlc protocols.

Building

mkdir build
cd build
cmake ..
make

Running

./vlc_rtsp_test file:///home/user/video.avi or ./vlc_rtsp_test rtsp://127.0.0.1:5554/video.avi

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published