
JWPlatform Playlist RSS feed URL expires and breaks
I am trying to load a playlist using the Javascript API. I've made a "manual" playlist in the jwplatform "content" section. My playlist has an "RSS Feed URL" under it's "SOURCE" tab. That is the RSS url I'm using to load a playlist via the Javascript API.
The problem is that the RSS feed url looks like:
https://content.jwplatform.com/feeds/dGxNbMBU.rss?sig=8751201c9bab813ba50dc4d5dd5d6a6b&exp=1459977315
The 'sig' and 'exp' values seem to change every hour or so and the url no longer works.
If instead I use just the base url: https://content.jwplatform.com/feeds/dGxNbMBU.rss, the playlist loads fine, but none of the videos can be played. Instead I get an "Error loading media: File could not be played." message on the player and see a "403: Forbidden | MediaError" in the Chrome developer console.
Is there a version of my playlist's RSS feed url that will work indefinitely to load the playlist AND play the videos?