"tvn" wrote:
I figured out the problem.
Apparently Roku does not like URLs that use SSL (HTTPS). The signed URLs generated through the Ruby AWS API use HTTPS by default. Changing this over to plain HTTP fixed the playback problem.
After getting it working I converted it over to use the new Streams format that I was unaware of at the time and it still works.
Thanks,
Seth
You said in your first post that they worked as individual URLs. Were you mistaken, or were you using the non-HTTP URLs in that test?
Either way, HTTPS streams should work fine. You just need to be sure to set the certificates file on the screen component first:
screen.SetCertificatesFile("common:/certs/ca-bundle.crt")
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)