]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
Idea: embedded podcast A/V player.
authorAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 17 May 2015 22:44:30 +0000 (18:44 -0400)
committerAmitai Schlair <schmonz-web-ikiwiki@schmonz.com>
Sun, 17 May 2015 22:44:30 +0000 (18:44 -0400)
doc/todo/fancypodcast.mdwn

index e26893e4838ec78fd0d880b532a578c61a390308..fe75f58cbbbad0c519f542c7228570f062012d16 100644 (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)