
Related RSS feed not working with new version
Hello,
we were making use of related function in version 7.1.4 by providing RSS with links to webpages with embeded jwplayer and not direkt urls to video files. It seems that this is no longer working in 7.4.3.
When you clicked on thumnail
Example of item in our RSS feed is:
<item>
<title>test0</title>
<link>https://video-test.arnes.si/portal/video/asset.zul?id=M1DknVfebbuOAcNqXGvCh5W5</link>
<description>asdsa</description>
<pubDate>Thu, 09 Jun 2016 13:11:10 GMT</pubDate>
<guid>https://video-test.arnes.si/portal/video/asset.zul?id=M1DknVfebbuOAcNqXGvCh5W5</guid>
<dc:date>2016-06-09T13:11:10Z</dc:date>
<media:thumbnail url="http://download3.video-test.arnes.si/media/1/g/g2qLZ5dHMZeNbZZmAMqjI4EY/g2qLZ5dHMZeNbZZmAMqjI4EY.jpg" />
</item>
We noticed that there is another required field in newer version (media:content) so we added it to the item:
<item>
<title>test1</title>
<link>https://video-test.arnes.si/portal/video/asset.zul?id=M1DknVfebbuOAcNqXGvCh5W5</link>
<description>asdsa</description>
<pubDate>Thu, 09 Jun 2016 13:11:10 GMT</pubDate>
<guid>https://video-test.arnes.si/portal/video/asset.zul?id=M1DknVfebbuOAcNqXGvCh5W5</guid>
<dc:date>2016-06-09T13:11:10Z</dc:date>
<media:thumbnail url="http://download3.video-test.arnes.si/media/1/g/g2qLZ5dHMZeNbZZmAMqjI4EY/g2qLZ5dHMZeNbZZmAMqjI4EY.jpg" />
<media:content url="https://video-test.arnes.si/portal/video/asset.zul?id=M1DknVfebbuOAcNqXGvCh5W5" />
</item>
It still shows up in javascript console in browser that feed is not valid.
I cannot provide link to our private testing site but here is player's related config, which worked on 7.1 but fails on 7.4:
related: { file: 'https://video-test.arnes.si/portal/api/feeds/category/art_history?exclude_asset_id=pfgQirLHAUFV8QfiRo8WmF8Y', onclick: 'link', oncomplete: 'display', heading: 'Related''}
Here is example video on our prduction site with 7.1 player: https://video.arnes.si/portal/asset.zul?id=E2JCJ5nTXN9NdscZeMpvAGFV
Related is working here.
How can we make this work on 7.4?
Thank you,
best regards