[Bug 668094] New: dashsink: New sink for DASH

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Jan 17 06:10:02 PST 2012


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

           Summary: dashsink: New sink for DASH
    Classification: Platform
           Product: GStreamer
           Version: git
        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: ---


New sink for DASH that uses the GstBaseAdaptiveSink base class. The element
support for now the DASH basic-on-demand profile with fragmented MP4.

Example usage:

gst-launch -e videotestsrc num-buffers=3000 is-live=true  ! "video/x-raw-yuv,
framerate=30/1" ! keyunits-scheduler interval=10000000000 ! tee name=t ! queue
! textoverlay text=200kbps font-desc="sans bold 40" ! x264enc bitrate=200 !
mp4dashmux fragment-method=2 ! queue ! dashsink name=sink
base-url=http://localhost/dash output-directory=/home/andoni/public_html/dash
t. !  queue ! textoverlay text=100kbps font-desc="sans bold 40" ! x264enc
bitrate=100 ! mp4dashmux fragment-method=2 ! queue ! sink. t. !  queue !
textoverlay text=500kbps font-desc="sans bold 40" ! x264enc bitrate=500 !
mp4dashmux fragment-method=2 ! queue ! sink. audiotestsrc is-live=true !
keyunits-scheduler interval=10000000000 ! faac ! mp4dashmux fragment-method=2 !
queue ! sink.

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