Class SSAISourceSelector

java.lang.Object
com.brightcove.ssai.controller.SSAISourceSelector
All Implemented Interfaces:
SourceSelector

public class SSAISourceSelector extends Object implements SourceSelector
Provides a default SourceSelector controller implementation that will automatically select a Source rendition based on the following rules:
  • A DASH source rendition with a vmap property will be used if available
  • If not, an HLS rendition with a vmap property will be used if available
  • If no DASH or HLS renditions exist with a vmap property, throw a NoSourceFoundException
  • Constructor Details

    • SSAISourceSelector

      public SSAISourceSelector()
  • Method Details