Closed ghost closed 8 years ago
I guess, it's possible. Can you provide me a rss link example ?
Hello, Any Podcast feed should work. Here is an example: http://radiofrance-podcast.net/podcast09/rss_14007.xml
You're lucky I had time to add this ! https://github.com/tontof/kriss_feed/commit/3fc964453c6d6c17aed7056ebd9cc80e23281c28 Enjoy https://raw.githubusercontent.com/tontof/kriss_feed/master/index.php
Thanks a lot
Hi, I just tested it, but do not see the player.
It will appear for new feed on update. If you want to see it for this feed you can delete it and add it again :-)
I tried to delete it and add it again, but still do not see any player on the 13 articles of the feed. Thanks
I've tried on http://tontof.net/feed/?currentHash=T3VyIA&view=expanded and it works. Do you see the player on my link ? Maybe it's linked to your browser
No, I don't see it. I'm using Firefox under linux. When displaying the source I see:
I'm also sing Firefox 46.0 on Linux Mint and it works...
On source you should see something as
<audio controls><source src="http://rf.proxycast.org/1174344394057195520/14007-12.06.2016-ITEMA_21007891-1.mp3"><a href="http://rf.proxycast.org/1174344394057195520/14007-12.06.2016-ITEMA_21007891-1.mp3">http://rf.proxycast.org/1174344394057195520/14007-12.06.2016-ITEMA_21007891-1.mp3</a></audio>
On https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats
The MP3 audio format (.mp3, audio/mpeg; distinct from the above MP3 audio in an MP4 container case) is supported in <audio> by Firefox/Firefox for Android/Firefox OS when the operating system provides an MP3 decoder
You're right, it works under Windows. I'll check why it doesn't under Linux.
2016-06-14 9:31 GMT+02:00 tontof notifications@github.com:
On https://developer.mozilla.org/en-US/docs/Web/HTML/Supported_media_formats The MP3 audio format (.mp3, audio/mpeg; distinct from the above MP3 audio in an MP4 container case) is supported in
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/tontof/kriss_feed/issues/372#issuecomment-225801702, or mute the thread https://github.com/notifications/unsubscribe/AB_F0iL6fnkOYNQzIUwC0fcbd6fYS7_Vks5qLljugaJpZM4I0Bd7 .
For audio files, would it be possible to display a small media player directly inside KrISS feed? It would be great for podcasts. Thanks