Class HlsPlaybackConfiguration

  • All Implemented Interfaces:

    
    public class HlsPlaybackConfiguration
    
                        

    The configuration for controlling playback of an HLS stream.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class HlsPlaybackConfiguration.Builder

      The builder for the HLS playback configuration.

    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      Boolean isUseLegacy() Deprecated: was used for using a legacy HLS pipeline that is no longer included with THEOplayer.
      boolean isDelaySubtitlePreload() Flag for delaying preloading of subtitles until after video/audio for HLS streams, intended to be used for MediaTailor streams.
      boolean equals(Object o)
      int hashCode()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • isDelaySubtitlePreload

         boolean isDelaySubtitlePreload()

        Flag for delaying preloading of subtitles until after video/audio for HLS streams, intended to be used for MediaTailor streams. A bug on the MediaTailor server side is currently causing them to return manifests without ads if the subtitle request is handled before video/audio. Enabling this flag will cause the player to delay starting subtitle loading until after video/audio manifests have successfully been requested, in order to work around the issue.