Package com.wowza.wms.module
Interface IModuleOnHTTPMPEGDashEncryption2
-
- All Superinterfaces:
IModuleOnHTTPMPEGDashEncryption
public interface IModuleOnHTTPMPEGDashEncryption2 extends IModuleOnHTTPMPEGDashEncryption
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onHTTPMPEGDashRenditionEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)
Called when video on demand key is requested (per-session).-
Methods inherited from interface com.wowza.wms.module.IModuleOnHTTPMPEGDashEncryption
onHTTPMPEGDashEncryptionKeyLiveChunk, onHTTPMPEGDashEncryptionKeyVODChunk
-
-
-
-
Method Detail
-
onHTTPMPEGDashRenditionEncryptionKeyVODChunk
void onHTTPMPEGDashRenditionEncryptionKeyVODChunk(HTTPStreamerSessionMPEGDash httpSession, String streamName, IHTTPStreamerMPEGDashIndex index, CencInfo cencInfo, long chunkId)
Called when video on demand key is requested (per-session). Allows setting of encryption key and URL.- Parameters:
httpSession
- HTTP sessionstreamName
- Rendition stream nameindex
- file indexcencInfo
- Common Encryption informationchunkId
- chunk identifier
-
-