summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2014-08-18server: Add /stream/ prefix for streaming URLsNirbheek Chauhan1-8/+8
2014-07-24Implement concurrent RTP-UDP streams, and a REST API for status and authNirbheek Chauhan1-24/+47
When the --token-server=ADDR/MASK argument is passed to the server, the token verification framework is enabled, and the specified subnet is allowed to access the REST API to add/revoke/list tokens that allow clients to connect, and to list/abort streams running on the server. Details about the REST API are documented in the file "REST-API". There were also some organisational and name changes in the code.
2014-07-11server: Add support for aborting running streamsNirbheek Chauhan1-0/+5
This is useful to cancel streams that are taking too long to encode, etc
2014-07-11Update README for souphttp support + misc fixesNirbheek Chauhan1-9/+24
2014-07-11Update README and add known bugsNirbheek Chauhan1-7/+30
2014-07-09Add READMENirbheek Chauhan1-0/+17