How to change hls and dash default become HLS AES

hey, wanted to ask how to change hls and dash default become hls aes in php with bitmovin api sdk?

Hi Dev,

Assuming you’re using fMP4s for HLS, you will need to add the following call to your script:

You can simply add this call to your current working script, however we also have an example of adding CENC DRM to encodings below, where you would replace the createDrmConfig with the above call:

Thanks,

Callum