mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 12:32:01 -08:00
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:
parent
6e660c87b4
commit
df46dab2de
1 changed files with 1 additions and 1 deletions
|
|
@ -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_:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue