Class HlsSourceSelector

java.lang.Object
com.brightcove.player.controller.HlsSourceSelector
All Implemented Interfaces:
SourceSelector

public class HlsSourceSelector extends Object implements SourceSelector
The HLS Source Selector navigates the Video Source Collection and selects an HLS source. Selects the higher HLS version available in the SourceCollection retrieved with
 
 source.getProperties().get(Source.Fields.EXT_X_VERSION)
 
 
It selects HTTPS if available.

This selector prioritize HEVC sources for Android API level 21 and higher.

  • Constructor Details

    • HlsSourceSelector

      public HlsSourceSelector()
  • Method Details