- Print
- DarkLight
Article Summary
for RTSP Server
Step1. Launch RTSP server
/opt/adlink/eva/bin/rtsp-simple-server
Step2. Basler camera RTSP streaming out
gst-launch-1.0 pylonsrc camera=0 fps=15 ! 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?