From 3cad81919497c29b6dac1ffc369aa71ccde8a778 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20K=C4=99pka?= <56030062+lkepka@users.noreply.github.com> Date: Tue, 15 Mar 2022 12:53:14 +0100 Subject: [PATCH] Fixed example with GStreamer usage in README Added 'location' parameter to rtspsrc element in example in 'TCP transport' section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8afc5069..90e055f7 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ ffmpeg -re -rtsp_transport tcp -i rtsp://localhost:8554/mystream -c copy output. You can use _GStreamer_ to read that stream with the TCP transport protocol: ``` -gst-launch-1.0 rtspsrc protocols=tcp rtsp://localhost:8554/mystream ! fakesink +gst-launch-1.0 rtspsrc protocols=tcp location=rtsp://localhost:8554/mystream ! fakesink ``` You can use _VLC_ to read that stream with the TCP transport protocol: