Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-28 | Makefile: Should use libtool if requiredHEADmaster | Nirbheek Chauhan | 1 | -1/+3 | |
2014-07-25 | Makefile: don't use -march=native, and use -O2 | Nirbheek Chauhan | 1 | -1/+1 | |
2014-07-25 | Makefile: default to non-debug build | Nirbheek Chauhan | 1 | -3/+3 | |
2014-07-24 | Implement concurrent RTP-UDP streams, and a REST API for status and auth | Nirbheek Chauhan | 1 | -1/+1 | |
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-17 | appsink: Force encodebin to create a keyframe when a client connects | Nirbheek Chauhan | 1 | -1/+1 | |
This avoids long waits when, for instance, the fps is 3, since the keyframe-max-dist is 128 | |||||
2014-07-15 | Makefile: fix order of arguments to gcc | Nirbheek Chauhan | 1 | -2/+2 | |
On Ubuntu, the order seems to matter. Iddo faced this problem. | |||||
2014-07-14 | Makefile: Document another DEBUG flag | Nirbheek Chauhan | 1 | -1/+1 | |
2014-07-11 | Makefile: Don't enable PLAY_DEBUG mode by default | Nirbheek Chauhan | 1 | -1/+1 | |
It causes no encoding to happen at all -- not what we want by default | |||||
2014-07-10 | Makefile: build debug mode by default for now | Nirbheek Chauhan | 1 | -2/+3 | |
2014-07-09 | Add source files | Nirbheek Chauhan | 1 | -0/+20 | |