mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
adding a README
Original commit message from CVS: adding a README
This commit is contained in:
parent
ba7524353f
commit
63d56aafa3
1 changed files with 22 additions and 0 deletions
22
gst/gdp/README
Normal file
22
gst/gdp/README
Normal file
|
@ -0,0 +1,22 @@
|
|||
Sample pipelines:
|
||||
- replacing tcpserversink protocol=gdp with gdppay ! tcpserversink:
|
||||
- raw audio:
|
||||
- server:
|
||||
gst-launch -v audiotestsrc ! gdppay version=0.2 ! tcpserversink
|
||||
- client:
|
||||
gst-launch -v tcpclientsrc protocol=gdp ! alsasink sync=FALSE
|
||||
|
||||
- vorbis packets:
|
||||
- server:
|
||||
gst-launch -v audiotestsrc ! audioconvert ! vorbisenc ! gdppay version=0.2 ! tcpserversink
|
||||
- client:
|
||||
gst-launch -v tcpclientsrc protocol=gdp ! vorbisdec ! audioconvert ! alsasink sync=FALSE
|
||||
|
||||
- ogg packets:
|
||||
- server:
|
||||
gst-launch -v audiotestsrc ! audioconvert ! vorbisenc ! oggmux ! gdppay version=0.2 ! tcpserversink
|
||||
- client:
|
||||
gst-launch -v tcpclientsrc protocol=gdp ! oggdemux ! vorbisdec ! audioconvert ! alsasink sync=FALSE
|
||||
|
||||
In all the client pipelines, tcpclientsrc protocol=gdp can be replaced with
|
||||
tcpclientsrc ! gdpdepay
|
Loading…
Reference in a new issue