summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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):