README.md
February 3, 2021 ยท View on GitHub
lowlatency-live
A plain-C example that shows one example gstreamer pipeline for low-latency RTSP video receiving and decoding.
It is based on these tutorials, which you may want to read for better insights:
Only tested on Linux
Prerequisites
Build
gcc demo.c -o demo `pkg-config --cflags --libs gstreamer-video-1.0 gtk+-3.0 gstreamer-1.0