From 16db8e77be1e971b4c7da32ea0b5a59b33db7e51 Mon Sep 17 00:00:00 2001 From: Dzmitry Maladzenkau <151655734+45kmh@users.noreply.github.com> Date: Wed, 29 Nov 2023 12:16:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24fd649..c12c74b 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ To check the stream, follow the instructions for gstreamer, mpv or VLC provided ```bash gedit ~/ros2_ws/src/image2rtsp/python/rtsp.py ``` -Replace the `rtsp://127.0.0.1:8554/back` with your server's IP address, port and mount point `rtsp://YOUR_IP:PORT/MOUNT_POINT`. Save, source and run: +Replace the `rtsp://127.0.0.1:8554/back` with your server's IP address, port and mount point `rtsp://YOUR_IP:PORT/MOUNT_POINT`. Save and run: ```bash cd ~/ros2_ws/ source install/setup.bash