diff options
Diffstat (limited to 'voctocore/experiments')
-rwxr-xr-x | voctocore/experiments/test-video.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/experiments/test-video.sh b/voctocore/experiments/test-video.sh index b152b9f..005b25a 100755 --- a/voctocore/experiments/test-video.sh +++ b/voctocore/experiments/test-video.sh @@ -1,2 +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 +gst-launch-1.0 videotestsrc ! video/x-raw,height=600,width=800,format=I420,framerate=25/1 ! timeoverlay valignment=bottom ! gdppay ! tcpclientsink host=localhost port=5000 |