[Bug 793374] New: rtph264depay broken in some cases when stream-format=avc

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Feb 12 08:45:19 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=793374

            Bug ID: 793374
           Summary: rtph264depay broken in some cases when
                    stream-format=avc
    Classification: Platform
           Product: GStreamer
           Version: unspecified
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: sean at siobud.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 368244
  --> https://bugzilla.gnome.org/attachment.cgi?id=368244&action=edit
FLV with 1 H264 track showing error

The following H264 is corrupted after depayloading, it only seems to happen
when AVC is requested. The following pipeline demonstrates, you will get errors
from libav and visible corruption.

```
gst-launch-1.0 filesrc location=bad.flv ! flvdemux ! h264parse ! video/x-h264,
stream-format=avc ! rtph264pay
! rtph264depay ! video/x-h264, stream-format=avc ! decodebin ! autovideosink
```

I am still investigating, this is from a git build (~12 hrs old). Would love to
fix this myself, but if anyone has quick fixes/ideas would love to know.

thanks!

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