Hi,
I am generating a stream via OBS straight to wowza streaming engine, both the applications run locally.
following is the URL that I’m using to try playing the stream on Theo Player, but all I see is an infinite loading spinner with “LIVE” icon… and in network tab: An SSL error has occurred and a secure connection to the server cannot be made.
https://6009478ff30e0.streamlock.net:443/live/_definst_/mango/playlist_sfm4s.m3u8
application name: live
stream name: mango
port information:
Open TCP Port: 443 (https)
Open TCP Port: 1935 (macromedia-fcs)
Wowza server private Ip: 192.168.0.42
Wowza server port: 1935
Theo Player: stuck with black screen
in dev console it says An SSL error has occurred and a secure connection to the server cannot be made.
I’ve carefully placed the StreamLock certificate, verified by running=>
command: openssl s_client -connect 6009478ff30e0.streamlock.net:443
output: CONNECTED(00000005)
ping to 6009478ff30e0.streamlock.net sends back: PING 6009478ff30e0.streamlock.net (192.168.0.42): 56 data bytes
Do I have to use my public IP to generate the certificate? I’ve used my private IP.
How do I generate a public URL for LLHLS stream?