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:

  • GStreamer basic tutorial 5
  • GStreamer basic tutorial 12
  • This documentation on Overlay

Only tested on Linux

Prerequisites

Install GStreamer

Build

gcc demo.c -o demo `pkg-config --cflags --libs gstreamer-video-1.0 gtk+-3.0 gstreamer-1.0

Contents

  1. 1lowlatency-live
  2. 1.1Prerequisites
  3. 1.2Build