diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-11 22:57:47 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-11 22:57:47 +0200 |
commit | 4744b1aa61a27b3bc7fc3ac5f5bce4bc39505e32 (patch) | |
tree | b2891e0d6872f527354fc76ba3dac8b00dcad265 /voctocore/experiments/test-avsync.sh | |
parent | aa4114aea1e6b1d702dc5c2563b196e444a6af21 (diff) |
rename experiment scripts
Diffstat (limited to 'voctocore/experiments/test-avsync.sh')
-rwxr-xr-x | voctocore/experiments/test-avsync.sh | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/voctocore/experiments/test-avsync.sh b/voctocore/experiments/test-avsync.sh new file mode 100755 index 0000000..63e9a9b --- /dev/null +++ b/voctocore/experiments/test-avsync.sh @@ -0,0 +1,23 @@ +#!/bin/sh +gst-launch-1.0 -vm \ + uridecodebin \ + uri=http://c3voc.mazdermind.de/avsync.mp4 \ + name=src \ + \ + src. !\ + queue !\ + videoconvert !\ + videoscale !\ + video/x-raw,height=600,width=800,format=I420,framerate=25/1 ! \ + timeoverlay valignment=bottom ! \ + gdppay ! \ + tcpclientsink host=localhost port=5000 \ + \ + src. !\ + queue !\ + audioconvert !\ + audioresample !\ + audiorate !\ + audio/x-raw,format=S16LE,layout=interleaved,rate=48000,channels=2 !\ + gdppay !\ + tcpclientsink host=localhost port=6000 |