<img src="https://img.shields.io/badge/%20-ALL-%2300B180" style="float:left"/><br />

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. <br />



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.

<br />

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](🔗).

<br /> <hr />

## Requirements

  • <a href="/platform/docs/vdh-create-a-dynamic-playlist" target="_blank">Dynamic playlist</a> in your JWP Dashboard.

  • Syndication import requirements<br />_(Contact the syndicate platform representative for more information.)_

<br /> <hr />

## Export video content

### Exporting 500 videos or less

  1. From your <a href="https://dashboard.jwplayer.com/#/playlists/list" target="_blank">list of playlists</a>, 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 <a href="/platform/reference/get_v2-playlists-playlist-id" target="_blank">**page limit of 500**</a> 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.

<br />

### 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.

<br />

  1. From your <a href="https://dashboard.jwplayer.com/#/playlists/list" target="_blank">list of playlists</a>, 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.

    <table> <thead> <tr> <th> URL Type </th> <th> Examples </th> </tr> </thead> <tbody> <tr> <td width="15%"> <strong>RSS</strong></td> <td width="85%"> <ul> <li>For the first 500 videos, use <code>https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=mrss&page_limit=500</code></li> <li>For the next 500 videos, use <code>https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=mrss&page_limit=500&page_offset=500</code></li> </ul> </td> </tr> <tr> <td> <strong>JSON</strong></td> <td> <ul> <li>For the first 500 videos, use <code>https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=json&page_limit=500</code></li> <li>For the next 500 videos, use <code>https://cdn.jwplayer.com/v2/playlists/{playlist_id}?format=json&page_limit=500&page_offset=500</code></li> </ul> </td> </tr> </tbody> </table>

<br />

  1. Follow the instructions of your syndication platform to ingest video content.

  2. Repeat step 4 until all videos have been exported.

<br /> <hr />

## FAQ

<details><summary><strong>Can a playlist be exported without including custom parameters?</strong></summary>

<br />

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



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

<br />

</details>

<details><summary><strong>Why aren't changes made to a playlist reflected in the export URL?</strong></summary>

<br />

There is a potential that information could be [cached for several minutes](🔗).

<br />

</details>

<br />

<!-- Removes the automatic page-to-page navigation at the bottom of the page -->

<style> .rm-Pagination { display: none; } </style>