Skip to content

Don't close a media source that is a single fragment long prematurely

Vinay Rosenberg requested to merge github/fork/bbc/20-singlefragment into development

Created by: LloydW93

Currently, if you play a piece of audio/video content that is only one fragment long, you may sometimes have only the audio or only the video played out.

This check ensures a stream cannot be flagged as complete until at least one fragment has been put into each track.

Will this potentially have issues with tracks which have been explicitly switched off so are not being loaded?

Merge request reports