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.

...

Code Block
gst-launch-1.0 -v filesrc location=1080p.jpg ! jpegdec ! videoconvert ! v4l2h264enc ! h264parse ! mp4mux ! filesink location=1080p.mp4

gst-launch-1.0 -v filesrc location=1080p.jpg ! jpegparse ! v4l2jpegdec ! videoconvert ! x264enc ! h264parse ! mp4mux ! filesink location=1080p.mp4

...