Working great for my background music, loads much faster than my Dropbox!
So the S3 link by itself is an https link, but the CloudFront link is just http - should I try to figure out how to make it https for any reason?
With http I don't have to do these lines in my getSong(songVar AS STRING, url AS STRING, location AS STRING) function:
audio[songVar].SetCertificatesFile("common:/certs/ca-bundle.crt")
audio[songVar].AddHeader("X-Roku-Reserved-Dev-Id", "")
audio[songVar].InitClientCertificates()
But is there some advantage to doing https if I can?