streaming-docker/gst-snowmix/runtest

12 lines
558 B
Bash
Executable File

#!/bin/bash
export GST_PLUGIN_PATH=$GST_PLUGIN_PATH:~/Projects/gst-python/plugin/:$PWD
export GST_DEBUG=python:4
gst-inspect-1.0 | grep -i py
echo ====
gst-launch-1.0 -v pulsesrc server=sound.waw.hackerspace.pl buffer-time=2000000 do-timestamp=true ! audioconvert ! audioresample ! snowmixaudiosink feed=2
#gst-launch-1.0 -v pulsesrc server=sound.waw.hackerspace.pl ! snowmixaudiosink feed=2
# feed=4
#GST_DEBUG=python:4 gst-launch-1.0 fakesrc num-buffers=10 ! identity_py ! fakesink
#gst-launch-1.0 -v audiotestsrc_py is-live=true ! fakesink silent=false