[Bug 25490] mwEmbed gives JS error on iphone

2010-10-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25490

--- Comment #2 from Derk-Jan Hartman  2010-10-12 15:04:28 
UTC ---
Well for now, a download button leading straight to the file could work of
course. The upcoming VLC app would have registered the .ogg/.ogv/.oga filetypes
and then the downloaded file would be opened by VLC.

It hasn't been implemented to play streams yet (because the rules for that are
a lot stricter in the appstore approval process, so applidium is picking the
low hanging fruit first), but I can imagine that later a vlcios:// protocol
handler could be added to the app, and that we can just pass the http url alla:
vlcios://?url=encodedurl directly to the VLC application, avoiding downloading
and just playing from the http stream directly.

I'll try to talk to pdherbemont of applidium about it.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 25490] mwEmbed gives JS error on iphone

2010-10-11 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=25490

Michael Dale  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #1 from Michael Dale  2010-10-12 00:40:20 UTC ---
This is caused by chrome supporting ogg video in the video tag and then
pretending to be an iPhone User Agent, which is hard coded to select the h.264
source which then does not exists. I have added a warning and added fallback
ogg support in r74649 ( the iPhone / iPad don't get a html /css user interface
since so many things are broken in their html5 implementation. )

It would be really cool to launch the vlc app to playback the ogg / WebM on the
iphone / iPad let me know how that works or how it could be done.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l