summaryrefslogtreecommitdiff
path: root/README
blob: 88496febf80cadf14fb1517c80b96b56781da672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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]