[gst-devel] httpsink-equivalent ?
Daniel Fischer
dan at f3c.com
Tue Feb 5 15:28:24 CET 2008
Florent,
just for the record, it's a badly done ad-hoc element, but i've
once constructed a "httpheaders" element that adds simple http headers
as "streamheaders" to the data. It completely disregards any request
values, but for some simple things it even works.
You would use it like
whateversrc ! httpheaders content-type=video/x-my-encoding !
tcpserversink
that old code is at:
http://iterative.org/misc/gsthttpheaders.c
http://iterative.org/misc/gsthttpheaders.h
-dan
On Thu, 31 Jan 2008 01:16:21 +0100
Florent <fthiery at gmail.com> wrote:
> Hi,
>
> I was wondering: would it be a good idea to implement some
> httpserversink ?
>
> * If so, where to start ? :)
> http://www.cs.cmu.edu/afs/cs/academic/class/15213-f00/www/tiny/tiny.c
> ? http://dclib.sourceforge.net/network.html#http ? Anyone knowing a
> suitable, interesting tiny http webserver library ?
> * If not, why is that much of a bad idea ? I mean, installing a whole
> flumotion for streaming a pipeline over http seems a bit... Overkill.
>
> FLo
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list