Class PushPublishHTTPCupertino

Object
com.wowza.wms.pushpublish.model.PushPublishBase
com.wowza.wms.pushpublish.model.PushPublishHTTPBase
com.wowza.wms.pushpublish.protocol.cupertino.PushPublishHTTPCupertino
All Implemented Interfaces:
IPushPublish, IPushPublishHTTPGroupMember, IPushPublishHTTPOutputBuilder, IPushPublishHTTPCupertino
Direct Known Subclasses:
PushPublishHTTPCupertinoAkamaiHandler, PushPublishHTTPCupertinoCloudStorageHandler, PushPublishHTTPCupertinoGoogleHandler

public abstract class PushPublishHTTPCupertino extends PushPublishHTTPBase implements IPushPublishHTTPCupertino, IPushPublishHTTPGroupMember, IPushPublishHTTPOutputBuilder
  • Field Details

    • PLAYLISTNAME

      public static final String PLAYLISTNAME
      See Also:
    • liveStreamPacketizerCupertino

      protected ILiveStreamPacketizerCupertino liveStreamPacketizerCupertino
    • CHUNKLISTNAME_AUDIOVIDEO

      public static final String CHUNKLISTNAME_AUDIOVIDEO
      See Also:
    • CHUNKLISTNAME_AUDIOONLY

      public static final String CHUNKLISTNAME_AUDIOONLY
      See Also:
    • CHUNKLISTNAME_VIDEOONLY

      public static final String CHUNKLISTNAME_VIDEOONLY
      See Also:
    • CHUNKLISTNAME_KEYFRAMEONLY

      public static final String CHUNKLISTNAME_KEYFRAMEONLY
      See Also:
    • SUBTITLELISTNAME

      public static final String SUBTITLELISTNAME
      See Also:
    • CHUNKLISTNAMES

      public static final String[] CHUNKLISTNAMES
    • RENDITIONINDEX_AUDIOVIDEO

      public static final int RENDITIONINDEX_AUDIOVIDEO
      See Also:
    • RENDITIONINDEX_AUDIOONLY

      public static final int RENDITIONINDEX_AUDIOONLY
      See Also:
    • RENDITIONINDEX_VIDEOONLY

      public static final int RENDITIONINDEX_VIDEOONLY
      See Also:
    • RENDITIONINDEX_KEYFRAMEONLY

      public static final int RENDITIONINDEX_KEYFRAMEONLY
      See Also:
    • RENDITIONINDEX_SUBTITLES

      public static final int RENDITIONINDEX_SUBTITLES
      See Also:
    • RENDITIONINDEX_COUNT

      public static final int RENDITIONINDEX_COUNT
      See Also:
    • RENDITION_AUDIOVIDEO

      public static final int RENDITION_AUDIOVIDEO
      See Also:
    • RENDITION_AUDIOONLY

      public static final int RENDITION_AUDIOONLY
      See Also:
    • RENDITION_VIDEOONLY

      public static final int RENDITION_VIDEOONLY
      See Also:
    • RENDITION_KEYFRAMEONLY

      public static final int RENDITION_KEYFRAMEONLY
      See Also:
    • RENDITION_SUBTITLES

      public static final int RENDITION_SUBTITLES
      See Also:
    • chunkDurationTarget

      protected int chunkDurationTarget
    • addEndListOnDisconnect

      protected boolean addEndListOnDisconnect
    • keepMediaSegmentDataAfterSending

      protected boolean keepMediaSegmentDataAfterSending
    • pusher

      protected PushPublishHTTPPusher pusher
    • minNumToSend

      protected int minNumToSend
      Normal amount of chunks to be sent on one outputSend. If we find a number higher than this, it will be logged as a warning
    • minNumToDelete

      protected int minNumToDelete
      Normal amount of chunks to be deleted on one outputSend. If we find a number higher than this, it will be logged as a warning
  • Constructor Details

    • PushPublishHTTPCupertino

      public PushPublishHTTPCupertino() throws com.wowza.wms.server.LicensingException
      Throws:
      com.wowza.wms.server.LicensingException
  • Method Details