Forum Discussion
StangTexan
9 years agoVisitor
Also, I have tried using ca-certs and extended timeouts but they didn't help either. Here are the changes in init method in SimpleVideoScene.brs but commented out...
m.Video = m.top.findNode("Video")
'm.Video.SetConnectionTimeout(100)
'httpAgent = CreateObject("roHttpAgent")
'httpAgent.SetCertificatesFile("common:/certs/ca-bundle.crt")
'httpAgent.InitClientCertificates()
'm.Video.setHttpAgent(httpAgent)
'm.Video.SetCertificatesFile("common:/certs/ca-bundle.crt")
'm.Video.InitClientCertificates()