pull/331/head
Dave Jones 2022-01-20 10:24:12 -06:00
rodzic 31aa7d9dac
commit 4d14aa91e7
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -760,7 +760,7 @@ The `liveItem` tag is used for a feed to deliver a live audio or video stream to
allowed inside of a normal `<item>` tag are also allowed as children of `<podcast:liveItem>`.
The [`<podcast:alternateEnclosure>`](#alternate-enclosure) tag is highly encouraged over the use of `<enclosure>` since it gives the broadest coverage of possible stream types and is
much more explicit in it's definition of what transport protocol and media codecs are being used. If `<podcast:alternateEnclosure>` cannot be used, `<enclosure>` can be used as a fallback,
much more explicit in it's definition of what transport protocol and media codecs are being used. If [`<podcast:alternateEnclosure>`](#alternate-enclosure) cannot be used, `<enclosure>` can be used as a fallback,
however feed owners must limit the stream to using only the two most widely supported protocols (mp3 and mp4/h.264) to ensure compatibility with the broadest number of apps on various
platforms. Choosing a streaming format for `<enclosure>` outside of this narrow list will exclude many apps from playing your content.
@ -784,7 +784,7 @@ podcast apps.
&nbsp; Multiple
### Node Value
All tags that are valid inside of a standard `<item>` tag are also valid here. The [`alternateEnclosure`](#alternate-enclosure) tag has robust support for specifying streaming content
All tags that are valid inside of a standard `<item>` tag are also valid here. The [`<podcast:alternateEnclosure>`](#alternate-enclosure) tag has robust support for specifying streaming content
in a myriad of ways and is highly encouraged over the use of `<enclosure>` where possible. A `<podcast:contentLink>` tag is also highly encouraged as a fallback for apps to display when
they cannot play the content directly.