[Bug 737590] New: issue in h264parse

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Sep 29 06:44:24 PDT 2014


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

           Summary: issue in h264parse
    Classification: Platform
           Product: GStreamer
           Version: 1.4.1
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: major
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: raju.babannavar at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Hi,

I am using gstremaer-1.4.1 version. I am experimenting with hlssink plugin. I
am receiving mpegts input over udp and passing it to hlssink using below given
PIPELINE1.
Here h264parse plugin does not handle 'key unit event' if the incoming stream
has byte-stream as the stream format. So I am not able play hls output in case
of PIPELINE1. PIPELINE2 works for me because here I am forcing first h264parse
to generate avc stream and feeding it back to another h264parse.

PIPELINE1:
gst-launch-1.0 udpsrc port=9999 ! tsdemux ! h264parse ! mpegtsmux ! hlssink
location=/var/www/html/test/public/hls/hls2/segment%d.ts
playlist-location=/var/www/html/test/public/hls/hls2/chunklist.m3u8

PIPELINE2:
gst-launch-1.0 udpsrc port=9999 ! tsdemux ! h264parse !
video/x-h264,stream-format=avc ! h264parse !
video/x-h264,stream-foramt=byte-stream ! mpegtsmux ! hlssink
location=/var/www/html/test/public/hls/hls2/segment%d.ts
playlist-location=/var/www/html/test/public/hls/hls2/chunklist.m3u8

Is anybody facing the same problem.?? If there is any patch available for this
please let me know. Many thanks in advance.

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