Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kfish/sighttpd
A stream ingress HTTP server
https://github.com/kfish/sighttpd
Last synced: 2 months ago
JSON representation
A stream ingress HTTP server
- Host: GitHub
- URL: https://github.com/kfish/sighttpd
- Owner: kfish
- License: other
- Created: 2009-04-29T13:15:53.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2012-05-28T02:00:48.000Z (over 12 years ago)
- Last Synced: 2023-04-12T18:20:42.524Z (over 1 year ago)
- Language: C
- Homepage: http://www.kfish.org/software/sighttpd
- Size: 351 KB
- Stars: 20
- Watchers: 6
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
sighttpd - An HTTP streaming server
===================================Sighttpd is an HTTP streaming server designed for distributing realtime
input. It is particularly useful for making camera streams available to
multiple clients, and has been designed for embedded systems use.Installation
------------This source archive uses the GNU autotools to build. Ensure that the standard GNU
build environment is available, including autoconf, automake, pkg-config.To build:
autoreconf -vif
./configure
make
make installConfiguration
-------------See the sighttpd.conf(5) man page for the configuration syntax and available
options. See the doc/admin-guide.txt for a discussion and examples.Various example configuration files are distributed in the examples/ directory
of the sighttpd source distribution.Homepage
--------Updates are available at the sighttpd homepage:
http://www.kfish.org/software/sighttpd
Developers
----------sighttpd is maintained in git at http://github.com/kfish/sighttpd
A list of outstanding tasks is maintained in the TODO file of this source
distribution. When implementing anything listed in this file, please update
it by deleting that entry, and include that as part of the patch or commit
that implements the fix.Contact
-------For technical and other queries, please contact the author:
Conrad Parker
(kfish on #linux-sh or #annodex on Freenode).