From 6d9c343a8453c239633e3638c7b33faa29e4cb91 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Wed, 9 Jul 2014 14:39:14 +0530 Subject: Add README --- README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README diff --git a/README b/README new file mode 100644 index 0000000..88496fe --- /dev/null +++ b/README @@ -0,0 +1,17 @@ +Usage: + + ./stp-server + +Runs on port 8000. + +Sending a stream: + + curl -v http://localhost:8000/somepath -T - < [some video file] + +Optionally, rate limit the stream to emulate a live stream (--limit-rate) +Trying to create two streams on the same path will return a 409. + +Reading the webm output stream: + + curl -v http://localhost:8000/somepath > [some output file] + -- cgit v0.11.2-2-gd1dd