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. The x.x.x.x is the IP address of your C3V board.

Info

The test-lanuch is an RTSP test program provided by the GStreamer plugin gst-rtsp-server, its source code is in the examples directory.

The prebuilt GStreamer is located in the path <C3V_PRJ>/linux/rootfs/initramfs/ubuntu/prebuilt-app-xxx. If your C3V system doesn’t have it 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.

...

Patch files are below. Please download files and copy files to the root ~/code folder in C3V rootfs.

...

Info

The patch package in this document may not be up to date, if you are using the latest code of C3V, you can get the latest newest patch in the subdirectories of <C3V_PRJ>/linux/rootfs/initramfs/buildroot/package/gstreamer1 directly.

...

5 . Setting up a development environment while keeping the distribution package

You can use the gst-env tool to setup set the development environment for gstreamerGStreamer.

Code Block
cd ~/code/gstreamer
python3 gst-env.py

...