diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-15 21:27:49 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-15 21:27:49 (GMT) |
commit | e9e577c4aba08656a6cc3afe0c51d101ce01b730 (patch) | |
tree | 35d4d9497db2e26ed26031595681eee6113da736 | |
parent | 6796914f4e11beb9f2dd5bc877e11194461f382e (diff) | |
download | soup-transcoding-proxy-e9e577c4aba08656a6cc3afe0c51d101ce01b730.zip soup-transcoding-proxy-e9e577c4aba08656a6cc3afe0c51d101ce01b730.tar.gz |
TESTING: Always do videoconvert before pushing to sink or encoder
-rw-r--r-- | TESTING | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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: ----------- |