
Download plugin with rss/xml playlists
Following the suggestions made in this thread: http://support.jwplayer.com/customer/portal/questions/6062666-download-plugin
I want to use the download plugin with an xml playlist. The plugin is downloading the .smil manifest files instead of the video files: http://www.librarymedia.net/Dynamic/Council.html
I want to provide the specific links to each individual video in the playlist, so the questions is, how is the <downloadlink> invoked in the rss file? This is what I have:
<item>
<title>Borough Meeting</title>
<description>Test Recording</description>
<media:content url="Manifests/Council-Meeting-Sample-02202015.smil" />
<media:content url="Manifests/Council-Meeting-Sample-02202015.m3u8" />
<media:thumbnail url="Splash/Council-Meeting-logo.png" />
<downloadlink>http://63.116.232.8/vod/Council-Meeting-Sample-02202015_2000kbps.mov</downloadlink>
</item>
Thanks