[Bug 711271] New: soup: Add a SoupServer source

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Nov 1 11:53:47 PDT 2013


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

           Summary: soup: Add a SoupServer source
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: self at brendanlong.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=258778)
 View: https://bugzilla.gnome.org/attachment.cgi?id=258778
 Review: https://bugzilla.gnome.org/review?bug=711271&attachment=258778

Patch to add gstsouphttpserversrc

I'm trying to test some things in WebKit with live sources, and there doesn't
seem to be any simple way to create a stream, so I made this.

It's currently *very* basic. I can think of plenty of new properties that would
be useful (passing a SoupServer, GMainLoop, GMainContext, mime type, etc.), and
useful features (detecting mime types), but I figured the basic version was a
good first step, and then new features can be built on top of that.

I wasn't able to get this working with Ogg or WebM, but MPEG-TS works:

    gst-launch-1.0 videotestsrc ! x264enc ! mpegtsmux ! souphttpserversink
port=8080

    gst-launch-1.0 playbin uri=http://localhost:8080

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