Package com.wowza.wms.module
Interface IModuleOnHTTPMPEGDashEncryption2
- All Superinterfaces:
IModuleOnHTTPMPEGDashEncryption
-
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
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
-