We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268de1f commit b6008d2Copy full SHA for b6008d2
scripts/linux/rtsp-h264-receiver.sh
@@ -5,5 +5,5 @@
5
HOST_IPS=(`hostname -I`)
6
export SERVER_IP=${HOST_IPS[0]}
7
8
-gst-launch-1.0 rtspsrc location=rtsp://${ROS_IP}:8554/zed-stream latency=0 ! decodebin ! fpsdisplaysink
+gst-launch-1.0 rtspsrc location=rtsp://${SERVER_IP}:8554/zed-stream latency=0 ! decodebin ! fpsdisplaysink
9
0 commit comments