---
title: "RSS Feeds"
slug: "where-is-my-rss-feed"
updated: 2026-05-06T18:42:16Z
published: 2026-05-06T18:42:16Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.tritondigital.com/llms.txt
> Use this file to discover all available pages before exploring further.

# RSS Feeds

You can get a playlist’s RSS feed to include it in your web page, subscribe from a podcasting app, or manually submit it to a podcast directory. To submit your podcast to specific platforms and directories, see [Distribute on Apple Podcasts](/user/docs/distribute-on-apple-podcasts) and [Distribute on Other Podcast Platforms](/user/docs/adding-your-show-to-podcast-directories).

Omny Studio generates an RSS feed for each playlist and provides a fixed URL to access it. When you add new episodes, modify metadata, or make other changes to your playlist, Omny Studio also updates its RSS feed. Most podcast directories, platforms, and apps use the RSS feed to keep track of updates to your podcast.

RSS (Really Simple Syndication) is the industry-standard format for tracking podcasts. It includes information about your podcast’s audio, video, and metadata. Omny Studio follows the RSS 2.0 and Podcasting 2.0 specifications.

> [!NOTE]
> Also see:
> 
> - [RSS 2.0 Specification](https://www.rssboard.org/rss-specification)
> - [Podcasting 2.0 extensions to RSS](https://podcasting2.org/)
> - [Enclosure in the RSS 2.0 Specification](https://www.rssboard.org/rss-specification#ltenclosuregtSubelementOfLtitemgt)
> - [Alternate Enclosure in the Podcasting 2.0 specification](https://podcasting2.org/docs/podcast-namespace/tags/alternate-enclosure)
> - [Changing your RSS Metadata](/user/docs/changing-your-rss-metadata-how-your-podcast-looks-in-apple-podcasts)

## Get a Playlist’s Default RSS Feed

You can get a playlist’s default RSS feed. The default feed is supported by most podcast platforms, apps, and web players.

This feed refers to either audio or video versions of your clips, but not both. You can choose which media format to include in the default RSS feed with **Default enclosure URL**in the playlist’s **Settings**tab. For details, see [Set the Default Enclosure for Audio and Video](/user/docs/where-is-my-rss-feed#set-the-default-enclosure-for-audio-and-video).

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/Omny-RSS-get-feed.png)

1. Go to **Manage Audio > Programs**, then select the program you want.
2. Select **Playlists**and find the playlist.
3. Select **Details**.
4. In **RSS feed**, select **Copy to clipboard**.

## Get an RSS Feed with Both Audio and Video

You can get an RSS feed for both audio and video by appending `?altEnclosureUrls=true` to the end of the default RSS feed’s URL. This RSS feed adds Podcasting 2.0 [alternate enclosure elements](https://podcasting2.org/docs/podcast-namespace/tags/alternate-enclosure), which is an extension to the RSS specification, so that the RSS feed links to both audio and video.

Some podcast platforms support the alternate enclosure element. Other podcast platforms, like Apple and Spotify, ignore them, so your audio delivery is not affected.

For example, a playlist’s default RSS feed’s URL returns an RSS feed that uses only RSS 2.0 [enclosure](https://www.rssboard.org/rss-specification#ltenclosuregtSubelementOfLtitemgt) elements to link to either audio or video, but not both:

`https://example.com/playlist/1234`

The following URL returns an RSS feed that includes the same conventional RSS 2.0 [enclosure](https://www.rssboard.org/rss-specification#ltenclosuregtSubelementOfLtitemgt) elements as the default RSS feed, as well as Podcasting 2.0 [alternate enclosure elements](https://podcasting2.org/docs/podcast-namespace/tags/alternate-enclosure) that link to the alternate media files:

`https://example.com/playlist/1234?altEnclosureUrls=true`

You can specify what media to link to in the enclose and alternate enclosure elements with **Default enclosure URL**in the playlist’s **Settings**tab. For details, see [Set the Default Enclosure for Audio and Video](/user/docs/where-is-my-rss-feed#set-the-default-enclosure-for-audio-and-video).

## Set the Default Enclosure for Audio or Video

You can specify the primary way for your audience to consume clips from your playlist’s RSS feed with **Default enclosure URL**in the playlist’s **Settings**tab.

![](https://cdn.document360.io/7124b381-0a94-401a-abbd-9df9c4ea5dff/Images/Documentation/Omny-playlist-default-enclosure.png)

To set the default enclosure element, go to your playlist’s **Settings** tab, select **Audio-first** or **Video-first**, then select **Save changes**.

**Default enclosure URL**specifies how to use the RSS 2.0 [enclosure elements](https://www.rssboard.org/rss-specification#ltenclosuregtSubelementOfLtitemgt) and Podcasting 2.0 [alternate enclosure elements](https://podcasting2.org/docs/podcast-namespace/tags/alternate-enclosure) in the RSS feed:

- **Audio-first**: The enclosure elements always refer to audio versions of the playlist’s clips. This is the default and is compatible with most podcasting platforms.
- **Video-first**: When available, the enclosure elements refer to the video versions of the playlist’s clips. Use this only when required by a podcasting platform. For related information, see [Submit Video Content to Apple Podcasts with RSS](/user/docs/submit-your-podcast-to-apple-podcasts-itunes-store#video-content-in-apple-podcasts).

| Default enclosure URL setting | Enclosure element | Alternate enclosure element |
| --- | --- | --- |
| **Audio-first** | - Audio clip: Links to audio media. - Video clip: Links to the audio track of video media. | - Audio clip: No alternate enclosure element. - Video clip: Links to video media. |
| **Video-first** | - Video clip: Links to video media. - Audio clip: Links to audio media. | - Video clip: Links to the audio of the video media. - Audio clip: No alternate enclosure element. |

Remember that alternate enclosure elements are only available when appending `?altEnclosureUrls=true` to an Omny RSS URL.
