blob: 67a6c658f43bc66d42e55cfb9e5c2ee6b4a37453 (
plain)
- #!/bin/sh
- gst-launch-1.0 \
- videotestsrc pattern=snow !\
- video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 !\
- mux. \
- \
- audiotestsrc !\
- audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 !\
- mux. \
- \
- matroskamux name=mux !\
- tcpclientsink host=localhost port=10002
|