Podcasting 2.0

Source

<podcast:source>A source for an alternate enclosure
Parent:
<podcast:alternateEnclosure>
Count:
multiple

Attributes

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