Skip to content

fix multiple subtitles displayed for multiperiod streams

Created by: jeffcunat

This PR fixes the issue #3361 (closed). There are as many FragmentController as periods in the manifest and they all reacted to Events.FRAGMENT_LOADING_COMPLETED. With this PR the streamInfo.id is stored in the FragmentController and now it only reacts to the events with the corresponding stream id.

Merge request reports