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]