Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
haamro
Visitor

HTTPS URL not playing with roku

I have having trouble playing one HTTPS link on roku (sorry I cannot share the link here, but it works perfectly on Kodi, VLC and Chrome)

I keep on getting following error
showVideoScreen | msg = ConnectionContext failure | index =  0
status message: ConnectionContext failure
showVideoScreen | msg = Unspecified or invalid track path/url. | index =  0
status message: Unspecified or invalid track path/url.
showVideoScreen | msg =  | index = -5
request failed ? error: -5 ? 

I have enabled cookies and Certificate on Screen as below
    screen = CreateObject("roVideoScreen") 
   screen.Show()
    screen.SetCertificatesFile("common:/certs/ca-bundle.crt")
    screen.InitClientCertificates()           
    screen.SetContent(episode)
    screen.SetMessagePort(port)
    screen.enablecookies()


Anyone have any thoughts, what might be going on ? The Function showVideoScreen works fine for other URL, so I don't think its the issue with the function per se.

0 Kudos