[gstreamer-bugs] [Bug 613066] [flvmux] review is-live property before release

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 17 04:28:06 PDT 2010


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

--- Comment #2 from Jan Urbański <wulczer at wulczer.org> 2010-03-17 11:28:04 UTC ---
Yeah, I copied it from asfmux.

I spent a fair amount of time trying to make the detection automatic, but the
muxer pushes a newsegment bytes event anyway (in gst_flv_mux_collected) and
errors out if it fails... So it looks like everything downstream happily
accepts that newsegment (I tried with tcpserversink, multifdsink and other
things that are in fact not seekable, and they all just accepted it).

I also tried pushing a seeking query down the srcpad, but both tcpserversink
and multifdsink accepted it :|

Ideally it would be fixed, yes.

Oh, is-live is also used to decide whether to accumulate keyframes in a glist
that then gets used to construct the index. Doing that for live broadcast would
simply be a memory leak...

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