summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2015-05-28Makefile: Should use libtool if requiredHEADmasterNirbheek Chauhan1-1/+3
2014-07-25Makefile: don't use -march=native, and use -O2Nirbheek Chauhan1-1/+1
2014-07-25Makefile: default to non-debug buildNirbheek Chauhan1-3/+3
2014-07-24Implement concurrent RTP-UDP streams, and a REST API for status and authNirbheek Chauhan1-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-17appsink: Force encodebin to create a keyframe when a client connectsNirbheek Chauhan1-1/+1
This avoids long waits when, for instance, the fps is 3, since the keyframe-max-dist is 128
2014-07-15Makefile: fix order of arguments to gccNirbheek Chauhan1-2/+2
On Ubuntu, the order seems to matter. Iddo faced this problem.
2014-07-14Makefile: Document another DEBUG flagNirbheek Chauhan1-1/+1
2014-07-11Makefile: Don't enable PLAY_DEBUG mode by defaultNirbheek Chauhan1-1/+1
It causes no encoding to happen at all -- not what we want by default
2014-07-10Makefile: build debug mode by default for nowNirbheek Chauhan1-2/+3
2014-07-09Add source filesNirbheek Chauhan1-0/+20