[Bug 730631] New: rtspsrc generates durationless files when muxing

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 23 04:47:34 PDT 2014


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

           Summary: rtspsrc generates durationless files when muxing
    Classification: Platform
           Product: GStreamer
           Version: 1.2.0
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: hansm at axis.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The following pipeline:
rtspsrc location="rtsp[th]://" ! rtph264depay ! h264parse ! mp4mux ! filesink
generates durationless mp4 files when transport is TCP or tunnelled. If UDP is
selected as transport the file gets duration.

Even more strage is that if pipeline is altered to:
rtspsrc location="rtsp[th]://" ! rtpjitterbuffer ! rtph264depay ! h264parse !
mp4mux ! filesink
the resulting mp4 files get correct duration. This is strange since the rtspsrc
internally uses rtpbin which in turn uses rtpjitterbuffer.

I have attached gst debug level 9 for both pipelines.

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