Skip to content

[MSS] Fix a problem with MSS Fragment Info integration

Created by: jeremco

Hi,

This PR fixes a pb with MSS Fragment Info management

  • Each time stream was seeked, a new FramgentInfoController was created and registered in streamProcessor -> it leads to 412 errors because each FragmentInfoController asks next fragment in indexhandler to create the fragment info request. In this case, indexHandler will return request that are not yet available in server.

  • Solution is to check that there is only one fragment info controller registered in stream processor.

Jérémie

Merge request reports