mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +00:00
docs: minor gst-launch man page fix
Transmitter/receiver pipelines were mislabelled. Spotted by Majin.
This commit is contained in:
parent
d38933081e
commit
6fef105491
1 changed files with 2 additions and 2 deletions
|
@ -344,12 +344,12 @@ Stream video using RTP and network elements.
|
||||||
.B
|
.B
|
||||||
gst\-launch v4l2src ! video/x-raw-yuv,width=128,height=96,format='(fourcc)'UYVY ! ffmpegcolorspace ! ffenc_h263 ! video/x-h263 ! rtph263ppay pt=96 ! udpsink host=192.168.1.1 port=5000 sync=false
|
gst\-launch v4l2src ! video/x-raw-yuv,width=128,height=96,format='(fourcc)'UYVY ! ffmpegcolorspace ! ffenc_h263 ! video/x-h263 ! rtph263ppay pt=96 ! udpsink host=192.168.1.1 port=5000 sync=false
|
||||||
.br
|
.br
|
||||||
Use this command on the receiver
|
This command would be run on the transmitter
|
||||||
|
|
||||||
.B
|
.B
|
||||||
gst\-launch udpsrc port=5000 ! application/x-rtp, clock-rate=90000,payload=96 ! rtph263pdepay queue-delay=0 ! ffdec_h263 ! xvimagesink
|
gst\-launch udpsrc port=5000 ! application/x-rtp, clock-rate=90000,payload=96 ! rtph263pdepay queue-delay=0 ! ffdec_h263 ! xvimagesink
|
||||||
.br
|
.br
|
||||||
This command would be run on the transmitter
|
Use this command on the receiver
|
||||||
|
|
||||||
.B Diagnostic
|
.B Diagnostic
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue