Forum Discussion
RokuRobB
11 years agoStreaming Star
Roku supports AES-128 encryption by default for HLS streams delivered over HTTPS. Can you send us a sample stream that you are having issues with? Second, you may simply need to authenticate using our cert bundle (if you are using our cert for SSL mutual authentication)
videoScreen = CreateObject(“roVideoScreen”)
…
videoScreen.SetCertificatesFile("common:/certs/ca-bundle.crt")
videoScreen.InitClientCertificates()
videoScreen = CreateObject(“roVideoScreen”)
…
videoScreen.SetCertificatesFile("common:/certs/ca-bundle.crt")
videoScreen.InitClientCertificates()