2006-08-21 19:04:14 +00:00
|
|
|
Sample pipelines:
|
|
|
|
- replacing tcpserversink protocol=gdp with gdppay ! tcpserversink:
|
|
|
|
- raw audio:
|
|
|
|
- server:
|
2015-12-14 02:09:46 +00:00
|
|
|
gst-launch-1.0 -v audiotestsrc ! gdppay version=0.2 ! tcpserversink
|
2006-08-21 19:04:14 +00:00
|
|
|
- client:
|
2015-12-14 02:09:46 +00:00
|
|
|
gst-launch-1.0 -v tcpclientsrc protocol=gdp ! alsasink sync=FALSE
|
2006-08-21 19:04:14 +00:00
|
|
|
|
|
|
|
- vorbis packets:
|
|
|
|
- server:
|
2015-12-14 02:09:46 +00:00
|
|
|
gst-launch-1.0 -v audiotestsrc ! audioconvert ! vorbisenc ! gdppay version=0.2 ! tcpserversink
|
2006-08-21 19:04:14 +00:00
|
|
|
- client:
|
2015-12-14 02:09:46 +00:00
|
|
|
gst-launch-1.0 -v tcpclientsrc protocol=gdp ! vorbisdec ! audioconvert ! alsasink sync=FALSE
|
2006-08-21 19:04:14 +00:00
|
|
|
|
|
|
|
- ogg packets:
|
|
|
|
- server:
|
2015-12-14 02:09:46 +00:00
|
|
|
gst-launch-1.0 -v audiotestsrc ! audioconvert ! vorbisenc ! oggmux ! gdppay version=0.2 ! tcpserversink
|
2006-08-21 19:04:14 +00:00
|
|
|
- client:
|
2015-12-14 02:09:46 +00:00
|
|
|
gst-launch-1.0 -v tcpclientsrc protocol=gdp ! oggdemux ! vorbisdec ! audioconvert ! alsasink sync=FALSE
|
2006-08-21 19:04:14 +00:00
|
|
|
|
|
|
|
In all the client pipelines, tcpclientsrc protocol=gdp can be replaced with
|
|
|
|
tcpclientsrc ! gdpdepay
|