Wowza Community

HTML5 Live streaming over HTTPS

i want to play the live stream in a html 5 . and the wowza player did a wonderful job in doing that while using HTTP.

But when i tried to play the stream over HTTPS the stream doesnt play.

Working Link -(HTTP)

http://timelapse.ecamsecure.com/wowzaplayer.html

Not Working Link(HTTPS)

https://timelapse.ecamsecure.com/wowzaplayer.html

@Navin Chandran

I tested the playlist link with cURL. You’re using an SSL v3 certificate, while Wowza expects a cert that supports TLS1.2, you’ll probably see some warnings and/or errors in the Wowza access log about this too.

Thank you for the reply.