- Print
- DarkLight
Article Summary
Share feedback
Thanks for sharing your feedback!
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?