How to play HLS through SSL.
I need something like this:
http.SetCertificatesFile("pkg:/source/cafile.pem")
http.InitClientCertificates()
but for Video XML Element:
<Video
id="videoPlayerObject"
width="1280"
height="720"
translation="[0,0]"
/>
and
videoContent = createObject("RoSGNode", "ContentNode")
videoContent.url = streamObject.URL
videoContent.title = streamObject.Title
videoContent.streamformat = "hls"
videoObj = m.top.FindNode("videoPlayerObject")
videoObj.content = videoContent
videoObj.control = "play"
edskitter asked (
http://forums.roku.com/viewtopic.php?f=34&t=88621&p=508707&hilit=SetCertificatesFile+video#p508707) this question, but nobody didn't answer on it:
"edskitter" wrote:
Concerning video, what are Roku's plan for securing video?
In previous version, I was using :
videoContent.Addheader("reserved-id", "xxxx.."
videoContent.SetCertificatesFile("pkg:/certs/xx.crt")
videoContent.InitClientCertificates()
How can we achieve this with the new API?
Sincerely, Sergey Shoshin, software developer.