According to issue #1507 , add the vod_hls_encryption_output_iv directive to output IV attributes to the #EXT-X-KEY tag in the m3u8 file.
This option will apply when vod_drm_enabled is enabled, and vod_hls_encryption_method is set to aes-128, with vod_hls_encryption_key_format set to none or identity.
According to issue #1507 , add the
vod_hls_encryption_output_iv
directive to outputIV
attributes to the#EXT-X-KEY
tag in the m3u8 file.This option will apply whenvod_drm_enabled
is enabled, andvod_hls_encryption_method
is set toaes-128
, withvod_hls_encryption_key_format
set tonone
oridentity
.