Export playlists to syndication channels

Learn how to syndicate content from your JW Platform


Using RSS and JSON feeds, you can export video content from your media library to syndication channels. The RSS and JSON feeds provide syndicators with information about the hosted or registered videos in your JWP account. With this additional information, you can seamlessly aggregate and distribute content through external channels and platforms.

🚧

Ingest requirements vary between syndication platforms. It is the publisher’s responsibility to format feeds according to the syndication platform’s specifications. Contact your syndication partner with questions.


1874

Developers tab of a dynamic playlist

πŸ”‘

If you are a developer or have developer resources, you can use the Delivery API to create an export URL for a standard dynamic playlist.



Requirements

  • Dynamic playlist in your JWP Dashboard.
  • Syndication import requirements
    (Contact the syndicate platform representative for more information.)


Export video content

Exporting 500 videos or less

  1. From your list of playlists, click the name of a dynamic playlist.
  2. On Settings tab, in the Items Per Page textbox, enter the maximum number of videos to display in the playlist. The list length will default to 10 videos if no number is entered.
  3. In the Items Per Page textbox, enter the maximum number of videos to display in the playlist. The list length will default to 10 videos if no number is entered.

    πŸ“˜

    Dynamic playlists have a page limit of 500 media items.

  4. Click Save.
  5. On the Developers tab, copy the RSS URL or JSON URL.
  6. Follow the instructions of your syndication platform to ingest video content.

Exporting more than 500 videos

πŸ“˜

When exporting playlists containing many videos, be mindful of the following information:

  • A playlist must have less than 10,001 videos. JWP cannot page over a result set of more than 10,000 items.
  • When making pagination requests, occasionally duplicates occur or an item is skipped.

  1. From your list of playlists, click the name of a dynamic playlist.
  2. Under the playlist Developers tab, copy the RSS URL or JSON URL.
  3. Add page_limit (500 or less) and page_offset (multiples of 500 or less) parameters to the RSS or JSON URLs for each batch of 500 videos to be exported.
    URL Type Examples
    RSS
    • For the first 500 videos, use https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=mrss&page_limit=500
    • For the next 500 videos, use https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=mrss&page_limit=500&page_offset=500
    JSON
    • For the first 500 videos, use https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=json&page_limit=500
    • For the next 500 videos, use https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=json&page_limit=500&page_offset=500

  1. Follow the instructions of your syndication platform to ingest video content.
  2. Repeat step 4 until all videos have been exported.


FAQ

Can a playlist be exported without including custom parameters?

Yes. You can take replace format=mrss with format=partner_rss in the RSS URL.

https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=partner_rss

Changing the format to partner_rss aligns RSS with the specifications of content syndicators, such as MSN and Verizon Media.


Why aren't changes made to a playlist reflected in the export URL?

There is a potential that information could be cached for several minutes.