[Bug 711271] soup: Add a SoupServer sink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Dec 8 05:54:08 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=711271
  GStreamer | gst-plugins-good | git

--- Comment #8 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-12-08 13:51:24 UTC ---
For each client connection you would basically do the http handshake, and once
that's done you just hand off the socket to multisocketsink, which will send
the stream headers (headers, possibly some data from the last keyframe) and
then send whatever comes in. That's the idea anyway.

What this setup doesn't allow for is seeking from the client, but I think
that's a less interesting use case generally, since it would only work if
there's was just a single client (since you can't recreate the pipeline for a
second one; there's a reason the rtsp-server is proper API).

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list