I have just added a StreamLock certificate to our Streaming Engine Server (Perpetual License).
I have adaptive bitrate, live streaming working to JWPlayer using HLS, but I have a problem with using RTMPS streaming using a URL that points to a JWPLAYER.SMIL URL. The embedded file for jwplayer is:
file: “https://SLhostname.streamlock.net:443/Wowza App/ngrp:_all/playlist.m3u8”
I can use curl to see that the code that is returned contains the line:
There are two problems. It specifies “rtmp” instead of “rtmps” and omits the port “:443”.
Is there some additional configuration that I am missing?