Source
<podcast:source>
A source for an alternate enclosureParent:
<podcast:alternateEnclosure>
Count:
multiple
Attributes
uri
(required): This is the URI where the media file resides.contentType
: This is a string that declares the mime-type of the file. It is useful if the transport mechanism is different than the file being delivered, as is the case with a torrents.
Details
This element defines a URI location for a<podcast:alternateEnclosure>
media file. It is meant to be used as a child of the <podcast:alternateEnclosure>
element. At least one <podcast:source>
element must be present within every <podcast:alternateEnclosure>
element.Examples
1
2
3
4
5
6
<podcast:alternateEnclosure type="video/mp4" length="7924786" bitrate="511276.52" height="720">
<podcast:source uri="https://example.com/file-720.mp4" />
<podcast:source uri="ipfs://QmX33FYehk6ckGQ6g1D9D3FqZPix5JpKstKQKbaS8quUFb" />
<podcast:source uri="https://example.com/file-720.torrent" contentType="application/x-bittorrent" />
<podcast:source uri="http://example.onion/file-720.mp4" />
</podcast:alternateEnclosure>
Platform support
Podcast apps
No podcast apps are known to support <podcast:source>
at this time.
Publishing/hosting tools
No publishing/hosting tools are known to support <podcast:source>
at this time.
Other apps and platforms
No other apps or platforms are known to support <podcast:source>
at this time.
This data is provided by Podcast Index. edit it on GitHub