Listy for JW Player

Convert RSS to JW Player 6 compatible JSON

When dealing with JW Player playlists, the external RSS feed format can be quite appealing - particularly when it comes to decoupling the ongoing management of the playlist from the initial embed code.

However, this approach can commonly cause confusion and frustration due to the following:

  • Cross-protocol / Cross-domain loading issues - particularly evident when cloud-hosting the player code, and having it render in Flash mode. This will require a valid crossdomain.xml file to be available on the RSS hosting server which allows access from the *.jwpcdn.com sub-domain.
  • CORS issues - this requires cross-domain security to be allowed on the individual RSS file when accessed from a difference origin domain. Commonly an issue when the player is rendered in HTML5 mode.
  • 302 redirects - depending on where the RSS file is hosted, it may be subject to a 302 redirect. Increasingly, hosting providers offer vanity URL or application level URLs which are translated to lower-level URLs on request. Unfortunately when used in conjunction with certain browsers, JW Player doesn't handle 302 redirects when requesting additional assets via XHR.

This tool provides the means to convert external JW Player RSS playlists into the inline JSON format. You can therefore build and manage your playlist in an easily readable format, and then if you prefer (or wish to overcome the issues detailed above), you can embed using the inline JSON format.

RSS URL input

JSON output