blob: 1056703c52ce2a6fc001bd982255e2e8573d6c11 [file] [log] [blame]
Thomas Vander Sticheleab0f3922006-08-21 19:04:14 +00001Sample pipelines:
2- replacing tcpserversink protocol=gdp with gdppay ! tcpserversink:
3 - raw audio:
4 - server:
Vineeth TM7c42ba92015-12-14 11:09:46 +09005 gst-launch-1.0 -v audiotestsrc ! gdppay version=0.2 ! tcpserversink
Thomas Vander Sticheleab0f3922006-08-21 19:04:14 +00006 - client:
Vineeth TM7c42ba92015-12-14 11:09:46 +09007 gst-launch-1.0 -v tcpclientsrc protocol=gdp ! alsasink sync=FALSE
Thomas Vander Sticheleab0f3922006-08-21 19:04:14 +00008
9 - vorbis packets:
10 - server:
Vineeth TM7c42ba92015-12-14 11:09:46 +090011 gst-launch-1.0 -v audiotestsrc ! audioconvert ! vorbisenc ! gdppay version=0.2 ! tcpserversink
Thomas Vander Sticheleab0f3922006-08-21 19:04:14 +000012 - client:
Vineeth TM7c42ba92015-12-14 11:09:46 +090013 gst-launch-1.0 -v tcpclientsrc protocol=gdp ! vorbisdec ! audioconvert ! alsasink sync=FALSE
Thomas Vander Sticheleab0f3922006-08-21 19:04:14 +000014
15 - ogg packets:
16 - server:
Vineeth TM7c42ba92015-12-14 11:09:46 +090017 gst-launch-1.0 -v audiotestsrc ! audioconvert ! vorbisenc ! oggmux ! gdppay version=0.2 ! tcpserversink
Thomas Vander Sticheleab0f3922006-08-21 19:04:14 +000018 - client:
Vineeth TM7c42ba92015-12-14 11:09:46 +090019 gst-launch-1.0 -v tcpclientsrc protocol=gdp ! oggdemux ! vorbisdec ! audioconvert ! alsasink sync=FALSE
Thomas Vander Sticheleab0f3922006-08-21 19:04:14 +000020
21 In all the client pipelines, tcpclientsrc protocol=gdp can be replaced with
22 tcpclientsrc ! gdpdepay