membraneframework / membrane_mp4_plugin

Utilities for MP4 container parsing and serialization and elements for muxing the stream to CMAF
Apache License 2.0
9 stars 4 forks source link

Fix CMAF incorrectly generating discontinuity segments #45

Closed daniel-jodlos closed 2 years ago

daniel-jodlos commented 2 years ago

This PR fixes a bug related to generating discontinuity segments, where CMAF would terminate the segment at the second keyframe after the change of parameters, causing artifacts.

cc @Rados13, @LVala