diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-08-15 16:21:32 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-08-15 16:21:32 (GMT) |
commit | 93e0724fffcd3d13134b0cd8f97d624e654b286b (patch) | |
tree | 3a8ce3535d4fa83a2a1bff3f6b4dd82fdcb7082f /TESTING | |
parent | d3a003078bfdd373fe75368f5e35389960850a20 (diff) | |
download | soup-transcoding-proxy-93e0724fffcd3d13134b0cd8f97d624e654b286b.zip soup-transcoding-proxy-93e0724fffcd3d13134b0cd8f97d624e654b286b.tar.gz |
server: Use the /api/ prefix for the REST API
Diffstat (limited to 'TESTING')
-rw-r--r-- | TESTING | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ 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 ! videoconvert ! theoraenc ! oggmux ! souphttpclientsink location="http://localhost:8000/somepath" \ + t. ! queue ! videoconvert ! theoraenc ! oggmux ! souphttpclientsink location="http://localhost:8000/somepath?type=http" \ t. ! queue ! videoconvert ! xvimagesink GET stream: |