Idea: embedded podcast A/V player.

master
Amitai Schlair 2015-05-17 18:44:30 -04:00
parent ab1bba9dab
commit da0baca91b
1 changed files with 12 additions and 0 deletions

View File

@ -26,6 +26,18 @@ Episode enclosure |(./) |(./) |(./) |(./)
## Future improvements
### Embedded audio/video player in browsers
* For a given enclosure, depending on autodetected MIME:
* `audio/*` -> `<audio>`
* `video/*` -> `<video>`
* For a given template:
* `page.tmpl` -> eagerly fetch media
* `inlinepage.tmpl` -> fetch just enough to display durations
* Only for HTML5 sites, or also okay for XHTML?
* Does this work well enough in enough browsers, or do we need a
JavaScript player to fill in some gaps?
### iTunes fancy podcasting
* [iTunes-specific tags](https://www.apple.com/itunes/podcasts/specs.html)