diff options
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): |