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.
This commit is contained in:
Philippe Normand 2021-08-17 18:57:53 +01:00 committed by Alessandro Ros
parent 6e660c87b4
commit df46dab2de
1 changed files with 1 additions and 1 deletions

View File

@ -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_: