mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-30 06:51:59 -08:00
Fixed example with GStreamer usage in README
Added 'location' parameter to rtspsrc element in example in 'TCP transport' section
This commit is contained in:
parent
28063a1fbe
commit
3cad819194
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue