RTSP
  • 09 Jun 2023
  • 1 Minute to read
  • Contributors
  • Dark
    Light

RTSP

  • Dark
    Light

Article Summary

for RTSP Server

Step1. Launch RTSP server

/opt/adlink/eva/bin/rtsp-simple-server

Step2.1 Basler camera(Neon-20xB series) RTSP streaming out

gst-launch-1.0 pylonsrc camera=0 fps=15 ! videoconvert ! nvvideoconvert ! nvv4l2h264enc ! rtspclientsink location=rtsp://YourIP:8554/test

Step2.2 Appropho camera(Neon-20xA series) RTSP streaming out

gst-launch-1.0 v4l2src io-mode=0 device=/dev/video0 do-timestamp=true ! 'video/x-raw, width=1920, height=1080, framerate=30/1, format=UYVY' ! videoconvert ! nvvideoconvert ! nvv4l2h264enc ! rtspclientsink location=rtsp://YourIP:8554/test

And then, you can receive RTSP in other PC via URL
rtsp://YourIP:8554/test


Was this article helpful?

What's Next