Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Introductory

...

If successful, the screen can be viewed with the RTSP tool with the address rtsp://x.x.x.x:8554/test.

If your C3V system doesn’t have the GStreamer or you feel that the provided GStreamer does not meet your needs, you can recompile one of the plugins or the entire Gstreamer as below.

...

Gst source and check out to be version 1.2022.1.9

Code Block
mkdir code
cd ~/code
git clone https://gitlab.freedesktop.org/gstreamer/gstreamer.git
cd gstreamer
git checkout -b 1.22.9 1.22.9

...