Skip to content

flvmux: Correct metadata handling in file and stream mode

In file mode, only push one onMetaData at the start of the stream.

In stream mode, always push complete onMetaData. They get replaced, not merged.

Merge request reports