summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2014-07-09 09:09:14 (GMT)
committerNirbheek Chauhan <nirbheek.chauhan@gmail.com>2014-07-09 09:09:14 (GMT)
commit6d9c343a8453c239633e3638c7b33faa29e4cb91 (patch)
tree46d33efa25814cc81d1e0763f562de54440adacd /README
parent160c3dbb2ce9172ea8cf3ddb559a4efd9fde1683 (diff)
downloadsoup-transcoding-proxy-6d9c343a8453c239633e3638c7b33faa29e4cb91.zip
soup-transcoding-proxy-6d9c343a8453c239633e3638c7b33faa29e4cb91.tar.gz
Add README
Diffstat (limited to 'README')
-rw-r--r--README17
1 files changed, 17 insertions, 0 deletions
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]
+