Wowza Community

I need the file generated by wowza (M3U8, TS) to be https

I have WOWZA 2.2.3 installed on my centos 6 server.

The problem is the following, I need to leave the source of it in HTTPS, due to the new google standard, I changed everything the source and everything, but the code of the stream I can not change.

DEMO:

https://playerv.zcast.com.br/video/demo/1/false/false/YzNKMk1TNTZZMkZ6ZEM1amIyMHVZbkk9K1o=/16:9/

https://srv1.zcast.com.br:8443/demo/demo/playlist.m3u8

Within the last code, it generates m3u8 in http and not in https

USED MOZILLA: view-source:https://srv1.zcast.com.br:8443/demo/demo/playlist.m3u8

#EXTM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=441223
http://srv1.zcast.com.br/demo/demo/playlist.m3u8?wowzasessionid=317022778

I needed it to look like this:

TM3U
#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=441223
https://srv1.zcast.com.br:8443/demo/demo/playlist.m3u8?wowzasessionid=317022778

Anyone know how I can solve this?

Wowza Streaming Engine can use an SSL certificate. We provide a free StreamLock SSL certificate to our paid customers.

https://www.wowza.com/docs/how-to-get-ssl-certificates-from-the-streamlock-service

You can instead use your own SSL certificate if you wish. Note that once you create the JKS file you can install the certificate using the StreamLock method.

https://www.wowza.com/docs/how-to-request-an-ssl-certificate-from-a-certificate-authority

Please also ensure that you have CORS enabled.

https://www.wowza.com/docs/how-to-enable-cross-origin-resource-sharing-cors-for-http-based-streams