[Bug 754696] matroskamux: delta unit on each buffer for audio only stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Jun 24 13:54:27 UTC 2016


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

--- Comment #19 from Nicola <lists at svrinformatica.it> ---
The use case is the following:

- stream audio only media inside a matroska container, audio + video or video
only is not affected. Saving to file is not affected

matroskamux already has a streamable property that users probably set to "true"
if they want a network streaming so

1) we could use the approach proposed here for audio only stream only if
streamable is true
2) we can add a new property "max-audio-only-stream-delay" or with a better
name :), if set to -1 does nothing (actual behaviour and default value), 0 mark
as keyframe each audio buffer (only if streamble is true?), xxx wait for xxx
time (based on buffer duration) or bytes before mark the audio buffer as
keyframe (only if streamble is true?)
3) other options and or combination of the first two?

what is the consensus here?

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