<img src="https://img.shields.io/badge/%20-ALL-%2300B180" style="float:left"/><br />
When an MRSS import feed is active, JWP checks for new content to import every 5 minutes. In addition to metadata and tags defined during the MRSS feed setup, three custom fields listed in the following table are added to each media.
Custom Field Key | Description |
import_id | Unique ID of the [import](🔗) created in JW Player for this MRSS feed. |
import_guid | `<guid> ` value of the MRSS feed `<item> ` corresponding to the ingested media |
mrss_video_url | URL of the ingested media file |
<br /> <hr />
## Implementation
Use the following steps to activate a feed:
From the [Import page](🔗), click the name of the new feed. The feed details page appears.
Click the **Media Import** toggle to **ON**. The **Status** will change to **Importing**. As content is imported, the **Total Imports** number increases.
<br /> <hr />
## FAQs
<details><summary><strong>What happens if my MRSS ingestion stops working?</strong></summary>
<br />
All admin users with access to the property containing the import will receive a notification email that includes a link to the **Import Detail** page and troubleshooting tips.
In most cases, you can resolve this issue by checking the **Source URL** and **SAMPLE MEDIA RSS FEED IMPORT** section.
If your issue persists, please contact our [support team](🔗).
<br />
</details>
<details><summary><strong>After completing the MRSS steps, why does the SAMPLE MEDIA RSS FEED IMPORT section display "No Media Found"?</strong></summary>
<br />
This message indicates we were unable to detect any media from the source URL provided. This might mean that the source URL you provided is not valid, does not yet contain media items, or requires authentication.
If your feed requires authentication, you can click on the **ADVANCED** tab and enter your credentials. If your credentials are accurate, the **SAMPLE MEDIA RSS FEED IMPORT** section should update with your most recent feed items.
<br />
</details>
<br />
<!-- Removes the automatic page-to-page navigation at the bottom of the page -->
<style> .rm-Pagination { display: none; } </style>