A process, running on the same system as httpd, that will generate a video stream (i.e., a stream of images and audio).
On Tue, 2011-09-20 at 11:32 +0200, Ben Noordhuis wrote: > On Tue, Sep 20, 2011 at 11:13, Henrik Strand <henrik.str...@axis.com> wrote: > > I would like to send an infinite data stream from a non-HTTPD external > > process via HTTPD to the client connection. Both HTTP and HTTPS must be > > supported. > > What kind of external process are we talking here? Something that > prints to stdout, listens on a UNIX/TCP socket, something else?