"SECHIN SUNNY" wrote:
I have a roku project coming up from a client , who wish to have youtube video's playing on his channel . Can any one help me out on how to attach the url over roku brightscript and view in roku videoplayer .
Can anyone please help me out in solving this requirement .
conn = CreateObject("roUrlTransfer")
url = "http://localhost:8060/launch/837?contentID=VIDEOID"
conn.SetUrl(url)
conn.SetRequest("POST")
data = conn.GetToString()