Interface IHTTPStreamerCupertinoVODActionNotify3

    • Method Detail

      • onFillChunkStart

        void onFillChunkStart​(IHTTPStreamerCupertinoIndex fileIndex,
                              IHTTPStreamerCupertinoIndexItem item,
                              LiveStreamPacketizerCupertinoChunk chunk,
                              com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition)
        Called each time a chunk is filled. Can be used to add ID3 data to the header of a chunk.
        Parameters:
        fileIndex - file index
        item - index item
        chunk - chunk being filled
        rendition - rendition (audioOnly, videoOnly...)
      • onFillChunkEnd

        void onFillChunkEnd​(IHTTPStreamerCupertinoIndex fileIndex,
                            IHTTPStreamerCupertinoIndexItem item,
                            LiveStreamPacketizerCupertinoChunk chunk,
                            com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition)
        Called after each chunk is filled. Can be used to add ID3 data to the end of a chunk.
        Parameters:
        fileIndex - file index
        item - index item
        chunk - chunk being filled
        rendition - rendition (audioOnly, videoOnly...)
      • onFillChunkDataPacket

        void onFillChunkDataPacket​(IHTTPStreamerCupertinoIndex fileIndex,
                                   IHTTPStreamerCupertinoIndexItem item,
                                   LiveStreamPacketizerCupertinoChunk chunk,
                                   com.wowza.wms.httpstreamer.cupertinostreaming.httpstreamer.CupertinoStreamingRendition rendition,
                                   AMFPacket packet,
                                   ID3Frames id3Frames)
        Called when data packet is encountered. Used to convert AMF events into ID3 tags for iOS streaming
        Parameters:
        fileIndex - file index
        item - index item
        chunk - chunk being filled
        rendition - rendition (audioOnly, videoOnly...)
        packet - amf packet
        id3Frames - ID3 frames