[libmicrohttpd] A hello from a new microhttpd user with questions about
From:
Leandro Santiago
Subject:
[libmicrohttpd] A hello from a new microhttpd user with questions about http streaming, authentication and
Date:
Thu, 9 Dec 2010 16:11:54 -0200
Hello to all.
I'm new with MHD and I have some questions about this library.
I'm writing a application in c++ which grab videos from different sources (right now from v4l and in a near future from ip camera) and, after proccess them, send them in a http streaming system, using webm codec to the most modern web browsers.
And I need to know if MHD can do it (only the part of stream :-)), because I've seen that when you do streaming via http, you cannot send the Content Length in the response header, so the connection keep open til the streaming finished. And I need to know if it's possible with MHD.
Other question - sorry send many questions in a single e-mail - is about the http authentication. Is it possible to do with MHD?