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.

Developers tab of a 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
- From your list of playlists, click the name of a dynamic playlist.
- 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.
- 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.
- Click Save.
- On the Developers tab, copy the RSS URL or JSON URL.
- (RSS only) In the RSS URL, replace
format=mrss
withformat=partner_rss
.
https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=partner_rss
- Follow the instructions of your syndication platform to ingest video content.
Exporting more than 500 videos
- From your list of playlists, click the name of a dynamic playlist.
- Under the playlist Developers tab, copy the RSS URL or JSON URL.
- (RSS only) In the RSS URL, replace
format=mrss
withformat=partner_rss
.
Changing the format to
partner_rss
aligns RSS with the specifications of content syndicators. We recommend usingpartner_rss
to ingest content into syndication partner platforms.
- Add
page_limit
(500 or less) andpage_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 |
|
JSON |
|
- Follow the instructions of your syndication platform to ingest video content.
- Repeat steps 3-4 until all videos have been exported.
Updated about 1 month ago