On Tuesday, July 29, 2014, Brian Wolff <bawolff@gmail.com> wrote:
>
> * [[Media:]] or other direct file links, often used for pronunciation
> markers in Wikipedia articles, are not picked up by this system. Need to
> extend things a bit to detect clicks on such links and display a player
> instead of just downloading the file. Same problem occurs in Safari and IE
> on desktop mode.
Perhaps we should just tell users to stop using "Media:" links. Media
is supposed to be a direct link to a file. Linking to the image
description page would seem more appropriate in such a case (Ideally
with autoplay, although allowing users/potential vandals to autoplay
files seems like a giant bag of worms...).
To throw out a crazy idea, perhaps we should have a new parameter for
TMH files, something like [[File:Foo.ogg|displaylink|Some text here]],
which outputs "Some text here" as a link, and then launches the player
using js magic when somebody clicks on the link.
> * Should we show the video in an overlay like the mobile media viewer for
> images, instead of playing inline? This is a good place to add additional
> controls to reach file info details, as with images. If so should I try to
> extend the same overlay code in MF or create a near-lookalike that lives in
> TMH?
There's an overlay viewer in MF? I don't think that's ever popped up
on my phone.
> * Should we have a manual resolution switcher, as on desktop? (Controlling
> source selection via code could also fix a problem with Android being
> unable to play Ogg Theora videos, to force it to WebM which does work
> natively.)
Doesn't android automatically play the first <source> it knows how to
when left to its own devices? Thus skipping the ogg sources?
>
> * On iOS, should the source selector offer to launch higher-res and WebM
> videos in the external VLC app? 360p is about the limit of good performance
> in ogv.js on current A7-based iOS devices, and slower models max out at
> 160p if they can even handle that.
That seems like the sort of thing that would be a nice feature, but of
minor importance.
This is all very awesome. Thanks for working on this.