Beginning Roku developer here. I am working on tweaking AudioListExample (https://github.com/rokudev/samples/tree/master/media/AudioListExample).
In audiolistscene.xml, I simply want to have
m.readAudioContentTask.contenturi = “http://www.sdktestinglab.com/Tutorial/content/audiocontent.xml”
point to a different URL. When I change the URL to point to the same file on my own server
m.readAudioContentTask.contenturi = “https://thomasferraro.org/audiocontent.xml”
the list does not populate in the app.
Any pointers/tips appreciated. Thanks.
