Package 

Class BrightcoveSourceSelector

  • All Implemented Interfaces:
    com.brightcove.player.controller.SourceSelector

    
    public class BrightcoveSourceSelector
     implements SourceSelector
                        

    It is the default SourceSelector implementation that will automatically select a Source rendition based on the following rules:

    • If an HLS source rendition exists use it (there should be only one, if any)
    • If no HLS renditions exists, but MP4 renditions exist, use the rendition that is closest to 256 kBps
    • If no HLS or MP4 renditions exist, throw a NoSourceFoundException