mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
tools/gst-launch.1.in: Give example for network streaming (#351998)
Original commit message from CVS: * tools/gst-launch.1.in: Give example for network streaming (#351998)
This commit is contained in:
parent
74da6ad937
commit
a75461ff0d
2 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-02-02 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tools/gst-launch.1.in:
|
||||
Give example for network streaming (#351998)
|
||||
|
||||
2007-02-02 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/gst/gstreamer-sections.txt:
|
||||
|
|
|
@ -311,15 +311,15 @@ Play an AVI movie
|
|||
|
||||
.B Network streaming
|
||||
|
||||
FIXME: give example pipelines using RTP and network elements.
|
||||
Stream video using RTP and network elements.
|
||||
|
||||
.B
|
||||
FIXME: pipeline to send file
|
||||
gst\-launch v4l2src ! video/x-raw-yuv,width=128,height=96,format='(fourcc)'UYVY ! ffenc_h263 ! video/x-h263 ! rtph263ppay pt=96 ! udpsink host=192.168.1.1 port=5000 sync=false
|
||||
.br
|
||||
Use this command on the receiver
|
||||
|
||||
.B
|
||||
FIXME: pipeline to receive file
|
||||
gst\-launch udpsrc port=5000 ! application/x-rtp, clock-rate=90000,payload=96 ! rtph263pdepay queue-delay=0 ! ffdec_h263 ! xvimagesink
|
||||
.br
|
||||
This command would be run on the transmitter
|
||||
|
||||
|
|
Loading…
Reference in a new issue