diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-11 13:15:19 (GMT) |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2014-07-11 13:15:21 (GMT) |
commit | abcaa6d33f1a993b3e07b66889d86b44700b7c14 (patch) | |
tree | 3b13d1290a85c6ca10354e781012ac91929f25b4 /README | |
parent | 5d0bcfb66025c10864bbe5ea5e64afe5cbc148fd (diff) | |
download | soup-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-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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): |