blob: 7437f43eb3d90d4d6753b6e14aa095bed892c863 (
plain)
- #!/bin/sh
- gst-launch-1.0 \
- tcpclientsrc host=localhost port=11000 !\
- matroskademux name=demux \
- \
- demux. !\
- queue !\
- glupload !\
- glimagesink ts-offset=500000000 \
- \
- demux. !\
- queue !\
- alsasink provide-clock=false ts-offset=500000000
|