Wowza Community

Wowza StreamLock AddOn for HTTPS

Wowza StreamLock AddOn—Wowza StreamLock AddOn provides near-instant provisioning of free 256-bit SSL certificates and greatly simplifies deploying the proven security of SSL to wrap your RTMP session using RTMPS. StreamLock-provisioned certificates provide the best security when used with RTMP, but they can also be used for secure HTTP streaming (HTTPS).

are the extra steps to secure HTTPS or enabling this add-on will do automatically?

simple question? is HTTPS this for Apple HLS and is it need if we already encrypt HLS

It can be used with HLS but is not necessary if you are already encrypting.

Richard

I don’t have an authoritative comparison. Varied choices and implementations are good overall for everyone.

Richard

It can be used with HLS but is not necessary if you are already encrypting.

Is there any advantage or disadvantage of using StreamLock (or more generally HTTPS with any certificate) to protect HLS stream, compared to securing HTTP Live Streaming with AES-128 encryption, using method described at https://www.wowza.com/docs/how-to-use-the-internal-method-of-aes-128-encryption-to-secure-live-or-vod-streams-sent-to-apple-ios-devices-moduleencryptionhandlercupertinostreaming ?

AES-128 requires an extra HTTP(S) call to get the decryption key, so it may be a bit slower (though HTTPS handshake could be as slow as making an extra call).

But are there any considerations which favor either one of these 2 methods from security perspective? Which one is more secure?