Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

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

3 Community Answers

Ethan Feldman

JW Player Support Agent  
0 rated :

This should work:

<jwplayer:track file="blah.vtt" kind="chapters" label="Chapters" />

cgarcia

User  
0 rated :

Ethan: you....are....the.....man. That should be included along with the other instructions on the chapter page, imo.

Thanks so much.

Ethan Feldman

JW Player Support Agent  
0 rated :

Np

This question has received the maximum number of answers.