[Bug 794440] hlssink2: Inconsistent fragment duration

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Mar 18 12:24:23 UTC 2018


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

--- Comment #2 from Seungha Yang <pudding8757 at gmail.com> ---
(In reply to Nicolas Dufresne (stormer) from comment #1)
> Have you tried configuring the key-max-int  to max into ? Otherwise don't
> you end up with a mix of requested IDR and the automatic IDR from x264 ?

I tried to configuring key-max-int to very large value and the result was also
weird...

gst-launch-1.0 videotestsrc ! queue ! x264enc key-int-max=20000000 ! h264parse
! hlssink2
With very large key-max-int value like above command, the splitmuxsink request
keyframe only the first time at
https://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/multifile/gstsplitmuxsink.c#n1726

And then, I could not observe the next request from splitmuxsink.

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