File: play-cam1-av.sh

package info (click to toggle)
voctomix 1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,368 kB
  • sloc: python: 4,958; sh: 733; makefile: 23
file content (13 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
gst-launch-1.0 \
	tcpclientsrc host=localhost port=13000 !\
	matroskademux name=demux \
	\
	demux. !\
		queue !\
		glupload !\
		glimagesink ts-offset=500000000 \
	\
	demux. !\
		queue !\
		alsasink provide-clock=false ts-offset=500000000