RomanSixty / Feed-on-Feeds

FeedOnFeeds is a lightweight server-based RSS feed aggregator and reader
http://feedonfeeds.com/
GNU General Public License v2.0
60 stars 15 forks source link

X-WAV podcast enclosures don't play. #28

Closed pperrin closed 5 years ago

pperrin commented 9 years ago

(This didn't work in the original either - so its probaby never worked)

It shows a 'click for podcast' image and says (audio/x-wav) but clicking stuff does nothing...

fluffy-critter commented 9 years ago

Yeah the media/enclosure handling stuff needs to be totally revamped. It should be pretty easy to just replace it with an <audio> tag or whatever.

RomanSixty commented 5 years ago

A recent commit (fbac849ee5c02991cc9212e568c4cf176700dfbd) removed the enclosures plugin altogether. Modern media embedding using HTML5 <audio> elements etc. should be state of the art now. I didn't encounter feeds using enclosures in the last few years.