diff options
author | MaZderMind <github@mazdermind.de> | 2015-04-23 06:49:07 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-04-23 06:49:42 +0200 |
commit | f4cd6ec1bfed02def8502bc8373b1fe0d35acca8 (patch) | |
tree | 0b6f79472d0d033a8fb9c852f079d15740132731 /voctocore/experiments/test-video.sh | |
parent | 33ae6e1aac59b4d120ed3b8a319c6eb0ed5045cf (diff) |
remove unsuccessful experiments, add intervideo-based working example
Diffstat (limited to 'voctocore/experiments/test-video.sh')
-rwxr-xr-x | voctocore/experiments/test-video.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/voctocore/experiments/test-video.sh b/voctocore/experiments/test-video.sh new file mode 100755 index 0000000..b152b9f --- /dev/null +++ b/voctocore/experiments/test-video.sh @@ -0,0 +1,2 @@ +#!/bin/sh +gst-launch-1.0 videotestsrc ! video/x-raw,height=600,width=800 ! timeoverlay valignment=bottom ! gdppay ! tcpclientsink host=localhost port=5000 |