Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-08-18 | server: Add /stream/ prefix for streaming URLs | Nirbheek Chauhan | 1 | -8/+8 | |
2014-07-24 | Implement concurrent RTP-UDP streams, and a REST API for status and auth | Nirbheek Chauhan | 1 | -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-11 | server: Add support for aborting running streams | Nirbheek Chauhan | 1 | -0/+5 | |
This is useful to cancel streams that are taking too long to encode, etc | |||||
2014-07-11 | Update README for souphttp support + misc fixes | Nirbheek Chauhan | 1 | -9/+24 | |
2014-07-11 | Update README and add known bugs | Nirbheek Chauhan | 1 | -7/+30 | |
2014-07-09 | Add README | Nirbheek Chauhan | 1 | -0/+17 | |