summaryrefslogtreecommitdiff
path: root/TESTING
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING')
-rw-r--r--TESTING4
1 files changed, 2 insertions, 2 deletions
diff --git a/TESTING b/TESTING
index fdef721..fcc0fcf 100644
--- a/TESTING
+++ b/TESTING
@@ -11,8 +11,8 @@ PUT stream:
-----------
$ gst-launch-1.0 -e videotestsrc is-live=TRUE ! videoscale ! \
video/x-raw, height=120, width=160 ! timeoverlay font-desc="80px" ! tee name=t \
- t. ! queue ! theoraenc ! oggmux ! souphttpclientsink location="http://localhost:8000/somepath" \
- t. ! queue ! xvimagesink
+ t. ! queue ! videoconvert ! theoraenc ! oggmux ! souphttpclientsink location="http://localhost:8000/somepath" \
+ t. ! queue ! videoconvert ! xvimagesink
GET stream:
-----------