[Bug 711271] soup: Add a SoupServer sink

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Dec 6 03:33:36 PST 2013


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

Tim-Philipp Müller <t.i.m> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

--- Comment #5 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2013-12-06 11:33:29 UTC ---
I'm not sure if this should be merged in this form.

I think maybe it should be based on top of multifdsink or multisocketsink, so
that multiple clients can connect, and get sent stream headers and all those
things.

Then the question is how to accommodate multiple paths/streams on the same
server. This doesn't have to be implemented right away, but we should have a
plan how to do it later, because it affects the design.

One could have one (or more) common server objects shared amongst all the sink
instances. The path could then be a property on the sink, and the sink would
hook into an existing server or create one if one doesn't exist yet. In this
scenario one could build on top of multisocketsink.

Alternatively, one could make a bin with multiple request pads, and each
request pad stands for a path served by the server.

-- 
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