
Chapters loaded through RSS feed
The section on adding .vtt files containing chapter markers says that “Chapters can also be loaded as part of RSS feeds. See the RSS Feeds Reference for more info.” (http://support.jwplayer.com/customer/portal/articles/1403635-media-format-reference#feeds)
I've tried different variations of the jwplayer:track namespace with no luck (see below). This works inline on a single video, but I want to add chapters to videos in an RSS playlist.
This is what my RSS looks like:
<rss version="2.0" xmlns:jwplayer="http://rss.jwpcdn.com/">
<channel>
<title>Test</title>
<item>
<title>Class of 2014 Graduation</title>
<description>June 19, 2014</description>
<jwplayer:source file="Manifests/Graduation-06192014.smil" />
<jwplayer:source file="Manifests/Graduation-06192014.m3u8" />
<jwplayer:image>Splash/Graduation-06192014.png</jwplayer:image>
<jwplayer:track file="Chapters/Graduation-06192014.vtt" kind="chapters" />
</item>
.....
Thanks