Elektrine lite

← Feed

@mitch@podcastindex.social

Post #1839195

2026-03-19 05:33 UTC

@StevenB @martin @podcastguru this is also something we could add to Podverse Alpha fairly soon. The main blocker for me would just be a working livestream to dev and test against. Is there a 24/7 feed using this in the wild? Maybe too expensive for someone to run, but I imagine the use case could apply for displaying "Now Playing" info for 24/7 RSS radio/tv stations? Also, the use case seems like it may be broader than "value" specifically. "Live Info Updates" or something.

Replies (3)

  • @ChadF@podcastindex.social 2026-03-19 10:45

    @mitch @StevenB @martin @podcastguru The only current shows I know that use this are Homegrown Hits and Muttom, Mead and Music. Basically live V4V music shows so the wallets switch to the artists live and dont just go to the show. Lightning Thrashes and Before the Sch3m3s do also but they are in hiatus.

    Open ##1839196

  • @StevenB@podcastindex.social 2026-03-19 14:34

    @mitch @martin @podcastguru I'll try to put together a working livestream feed in a few days with dummy liveValue tag that changes every 30seconds so you can test and develop. I also have this which is just an html file with some JS so you can see what's going on under the hood on the client side. https://codepen.io/editor/S-B-the-typescripter/pen/019d0407-7f0c-750f-9c76-1ab1520f1c6d

    Open ##1839198

  • @StevenB@podcastindex.social 2026-03-19 18:14

    @mitch @martin @podcastguru https://curiocaster.com/rss/feed.xml https://podcastindex.org/podcast/4935828 The picture shows the test tag. I have a socket connection going 24/7 that broadcast a new liveValue every 30 seconds. Just connect to the socket and parse the JSON that's returned.

    Open ##1839200