From 84a62191006f243f979905cf4555bd8e98be3b28 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Tue, 31 Aug 2021 21:01:10 -0500 Subject: [PATCH] liveItem tag draft --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/README.md b/README.md index c1a1867..7a9d69c 100644 --- a/README.md +++ b/README.md @@ -151,6 +151,64 @@ full implementation details. The following tags should be considered purely as work in progress proposals. They should not be relied upon or implemented except for testing purposes and experimentation. +### **\** - [Discuss](https://github.com/Podcastindex-org/podcast-namespace/issues/212) + +
+ + + +```xml + + + +``` + + + +Channel + +(optional | multiple) + +This element is used for a feed to deliver a live stream to podcast apps. It takes the same format as a standard `` episode tag, but holds a subset of elements along with +some additional new elements that are appropriate for a live stream context. The `start` and `end` attributes denote when the live stream "should" start and end. But, real life +dictates that those times might not be adhered to. Apps are therefore encouraged not to rely on those times as anything more than a suggestion. The canonical way to know if a +stream has started is with the `status` attribute. If `status` is "live" then the stream has started. + +This item will also make use of the [podping](https://podping.cloud) notification network. A podping notification SHOULD be sent out by the host when the live stream starts to let +apps know. + + +Example: +```xml + + Podcasting 2.0 Live Show + A look into the future of podcasting and how we get to Podcasting 2.0! + https://example.com/podcast/live + https://example.com/live + John Doe (john@example.com) + + Adam Curry + Dave Jones + Becky Smith + + +``` + +
+ + ### **\** - [Discuss](https://github.com/Podcastindex-org/podcast-namespace/issues/205)