From df46dab2de957b887dee68932a06281d7031e01a Mon Sep 17 00:00:00 2001 From: Philippe Normand Date: Tue, 17 Aug 2021 18:57:53 +0100 Subject: [PATCH] README: Simplify GStreamer stream playback command Nowadays `gst-play-1.0` hides away the complexity of the pipeline. We only need to pass a valid URI to it. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0358e064..b4035894 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ docker run --rm -it -e RTSP_PROTOCOLS=tcp -p 8554:8554 -p 1935:1935 aler9/rtsp-s or _GStreamer_: ``` - gst-launch-1.0 rtspsrc location=rtsp://localhost:8554/mystream name=s s. ! application/x-rtp,media=video ! decodebin ! autovideosink s. ! application/x-rtp,media=audio ! decodebin ! audioconvert ! audioresample ! autoaudiosink + gst-play-1.0 rtsp://localhost:8554/mystream ``` or _FFmpeg_: