summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-11 13:15:19 (GMT)
committerNirbheek Chauhan <nirbheek@centricular.com>2014-07-11 13:15:21 (GMT)
commitabcaa6d33f1a993b3e07b66889d86b44700b7c14 (patch)
tree3b13d1290a85c6ca10354e781012ac91929f25b4 /README
parent5d0bcfb66025c10864bbe5ea5e64afe5cbc148fd (diff)
downloadsoup-transcoding-proxy-abcaa6d33f1a993b3e07b66889d86b44700b7c14.zip
soup-transcoding-proxy-abcaa6d33f1a993b3e07b66889d86b44700b7c14.tar.gz
server: Add support for aborting running streams
This is useful to cancel streams that are taking too long to encode, etc
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 05389df..50c490a 100644
--- a/README
+++ b/README
@@ -27,6 +27,11 @@ Reading the webm output stream (GET):
The server supports multiple PUT requests on different paths, and multiple GET
requests from these paths.
+A running/encoding stream can be aborted by sending a GET request with the query
+"abort" to a path where a stream is running.
+
+ $ curl -v "http://localhost:8000/somepath?abort"
+
Usage with souphttp:
--------------------
Sending a stream from a file (PUT):