Proposal: Add a "continuous" attribute to the <podcast:liveItem> tag #465
mitchdowney
started this conversation in
Enhancement Proposal
Replies: 2 comments
-
This might not be used much, but it still seems like a good idea. Maybe simply the omission of |
Beta Was this translation helpful? Give feedback.
0 replies
-
Interesting idea. Omitting start and end times could indicate continuous. I like that. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the podcast:liveItem spec says the
start
attribute is required, but the start date/time of a 24/7 continuously running livestream isn't very useful for rendering in client apps.For example, "100% Retro Live Stream 24/7" is a continuously running radio station that uses the podcast:liveItem tag.
If there was an attribute that told us this is not a "one-off" livestream, but a continuously running livestream, then client apps could choose not to render the
start
time. How about a "continuous" attribute in the liveItem tag?I don't have a strong preference for a name. I just think some sort of indicator for 24/7 livestreams would be useful.
Beta Was this translation helpful? Give feedback.
All reactions