Skip to content

Commit b6008d2

Browse files
authored
Update rtsp-h264-receiver.sh
1 parent 268de1f commit b6008d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/linux/rtsp-h264-receiver.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
HOST_IPS=(`hostname -I`)
66
export SERVER_IP=${HOST_IPS[0]}
77

8-
gst-launch-1.0 rtspsrc location=rtsp://${ROS_IP}:8554/zed-stream latency=0 ! decodebin ! fpsdisplaysink
8+
gst-launch-1.0 rtspsrc location=rtsp://${SERVER_IP}:8554/zed-stream latency=0 ! decodebin ! fpsdisplaysink
99

0 commit comments

Comments
 (0)