kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
1.99k stars 439 forks source link

hls: add vod_hls_encryption_output_iv directive #1514

Closed nonth closed 6 months ago

nonth commented 7 months ago

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.

nonth commented 6 months ago

@erankor any comment on this pr?

erankor commented 6 months ago

Note that this is a directive, not a variable, please update the title/description accordingly.