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?