[Bug 688310] New: New HLS sink element using the GstBaseAdaptiveSink base class

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Nov 14 03:49:55 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=688310
  GStreamer | gst-plugins-bad | 1.x

           Summary: New HLS sink element using the GstBaseAdaptiveSink
                    base class
    Classification: Platform
           Product: GStreamer
           Version: 1.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: ylatuya at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


This is a port of hlssink using the base class for adaptive sinks in #668093.

This sink adds the following features with respect of the one for 0.10:
  * support for multi-bitrate streams
  * support for byte-ranges media segments (added in version 4 of the protocol)
  * application interface (similar to appsink)
  * uses the base adaptive base class

You can find it in the baseadaptive branch:

https://github.com/ylatuya/gst-plugins-bad/tree/baseadaptive

Usage:

gst-launch videotestsrc ! tee name=t ! \
   ! queue ! x264enc bitrate=1000 ! mpegtsmux ! queue ! hlssink name=s \
t. ! queue ! x264enc bitrate=2000 ! mpegtsmux ! queue ! s.             
t. ! queue ! x264enc bitrate=3000 ! mpegtsmux ! queue ! s.

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