diff options
Diffstat (limited to 'voctocore/experiments')
-rw-r--r-- | voctocore/experiments/gstreamer-shm-pipe.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/experiments/gstreamer-shm-pipe.txt b/voctocore/experiments/gstreamer-shm-pipe.txt index 3e16d49..f3e3d0e 100644 --- a/voctocore/experiments/gstreamer-shm-pipe.txt +++ b/voctocore/experiments/gstreamer-shm-pipe.txt @@ -6,7 +6,7 @@ src. ! video/x-raw,format=I420,width=1280,height=720,framerate=25/1 ! queue ! sh src. ! audio/x-raw,format=S16LE,layout=interleaved,rate=44100,channels=2 ! queue ! shmsink sync=true socket-path=/tmp/sock-a wait-for-connection=false shm-size=10000000 # video sink -gst-launch-1.0 -vm shmsrc is-live=true do-timestamp=true socket-path=/tmp/sock-v ! video/x-raw,format=I420,width=1280,height=720,framerate=25/1 ! videomixer ! xvimagesink +gst-launch-1.0 -vm shmsrc is-live=true do-timestamp=true socket-path=/tmp/sock-v ! video/x-raw,format=I420,width=1280,height=720,framerate=25/1 ! videomixer ! ximagesink # audio sink gst-launch-1.0 -vm shmsrc is-live=true do-timestamp=true socket-path=/tmp/sock-a ! audio/x-raw,format=S16LE,layout=interleaved,rate=int44100,channels=2 ! alsasink |