I've done some more fixes to ogv.js to perform *much* smoother on slower machines by running the decoders in Web Worker threads. If there's no objection, I'm going to land ogv.js (and a number of smaller fixes for media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in Safari and IE/Edge which don't support free codecs natively. (IE/Edge on desktop can use native WebM components if you install them manually but still lack Ogg audio support.) This replaces the old Cortado Java applet that no longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport: * https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video in IE
TimedMediaHandler: * https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list ordering fix * https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet * https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in IE/Edge with native webm installed * https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player on first open * https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of Ogg Theora transcodes, add 240p with the old bandwidth of 360p * https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs * https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more work to support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Woohoo, thedj has dome some review and merged things up through the desktop ogv.js patch, which gets playback working in Safari, IE 10/11, and MS Edge. :)
Still pending distribution obviously; we'll see if they hit wmf branches or just wait until the next branchpoint.
Please do still test & comment -- I can always fix bugs. ;) https://ogvjs-testing.wmflabs.org/
(The mobile patch is still waiting, as it needs more work.)
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber bvibber@wikimedia.org wrote:
I've done some more fixes to ogv.js to perform *much* smoother on slower machines by running the decoders in Web Worker threads. If there's no objection, I'm going to land ogv.js (and a number of smaller fixes for media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in Safari and IE/Edge which don't support free codecs natively. (IE/Edge on desktop can use native WebM components if you install them manually but still lack Ogg audio support.) This replaces the old Cortado Java applet that no longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport:
- https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video in IE
TimedMediaHandler:
- https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list ordering
fix
- https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet
- https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in
IE/Edge with native webm installed
- https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player on
first open
- https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of Ogg
Theora transcodes, add 240p with the old bandwidth of 360p
- https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs
- https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more work to support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Status update:
The weekly MediaWiki update deployment -- with ogv.js included -- has now reached en.wikipedia.org. Please do try it out in Safari, Internet Explorer, or MS Edge and give a shout about any problems not already listed at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes
This is still a soft launch and _could_ be rolled back if necessary (but so far so good)... A bigger announcement will come next week once some additional bug fixes go out.
Some videos! * https://en.wikipedia.org/wiki/Red_panda#Diet - small videos! * https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy... - big videos!
Some audio! * https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio! * https://en.wikipedia.org/wiki/File:Durian.ogg - long audio!
I'm starting to update documentation as well: * https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-... * https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat... * https://www.mediawiki.org/wiki/Extension:TimedMediaHandler/ogv.js
Will start updating the Commons media playback docs today and tomorrow...
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber bvibber@wikimedia.org wrote:
I've done some more fixes to ogv.js to perform *much* smoother on slower machines by running the decoders in Web Worker threads. If there's no objection, I'm going to land ogv.js (and a number of smaller fixes for media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in Safari and IE/Edge which don't support free codecs natively. (IE/Edge on desktop can use native WebM components if you install them manually but still lack Ogg audio support.) This replaces the old Cortado Java applet that no longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport:
- https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video in IE
TimedMediaHandler:
- https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list ordering
fix
- https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet
- https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in
IE/Edge with native webm installed
- https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player on
first open
- https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of Ogg
Theora transcodes, add 240p with the old bandwidth of 360p
- https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs
- https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more work to support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Note that you might have to manually switch to the new player in Safari (e.g. on https://en.wikipedia.org/wiki/Theora ) in the settings of the min-player.
On Thu, Aug 6, 2015 at 9:36 PM Brion Vibber bvibber@wikimedia.org wrote:
Status update:
The weekly MediaWiki update deployment -- with ogv.js included -- has now reached en.wikipedia.org. Please do try it out in Safari, Internet Explorer, or MS Edge and give a shout about any problems not already listed at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes
This is still a soft launch and _could_ be rolled back if necessary (but so far so good)... A bigger announcement will come next week once some additional bug fixes go out.
Some videos!
- https://en.wikipedia.org/wiki/Red_panda#Diet - small videos!
https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy...
- big videos!
Some audio!
- https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio!
- https://en.wikipedia.org/wiki/File:Durian.ogg - long audio!
I'm starting to update documentation as well:
https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-...
https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat...
Will start updating the Commons media playback docs today and tomorrow...
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber bvibber@wikimedia.org wrote:
I've done some more fixes to ogv.js to perform *much* smoother on slower machines by running the decoders in Web Worker threads. If there's no objection, I'm going to land ogv.js (and a number of smaller fixes for media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in
Safari
and IE/Edge which don't support free codecs natively. (IE/Edge on desktop can use native WebM components if you install them manually but still
lack
Ogg audio support.) This replaces the old Cortado Java applet that no longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport:
- https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video in IE
TimedMediaHandler:
- https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list
ordering
fix
- https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet
- https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in
IE/Edge with native webm installed
- https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player on
first open
- https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of Ogg
Theora transcodes, add 240p with the old bandwidth of 360p
- https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs
- https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more work
to
support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Note that you might have to manually switch to the new player in Safari (e.g. on https://en.wikipedia.org/wiki/Theora ) in the settings of the min-player.
That's probably interaction with some plugin mode... Do you have Perian or the old Xiph QT plugins installed by chance?
-- brion
On Thu, Aug 6, 2015 at 9:36 PM Brion Vibber <bvibber@wikimedia.org javascript:;> wrote:
Status update:
The weekly MediaWiki update deployment -- with ogv.js included -- has now reached en.wikipedia.org. Please do try it out in Safari, Internet Explorer, or MS Edge and give a shout about any problems not already
listed
at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes
This is still a soft launch and _could_ be rolled back if necessary (but
so
far so good)... A bigger announcement will come next week once some additional bug fixes go out.
Some videos!
- https://en.wikipedia.org/wiki/Red_panda#Diet - small videos!
https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy...
- big videos!
Some audio!
- https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio!
- https://en.wikipedia.org/wiki/File:Durian.ogg - long audio!
I'm starting to update documentation as well:
https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-...
https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat...
Will start updating the Commons media playback docs today and tomorrow...
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber <bvibber@wikimedia.org
wrote:
I've done some more fixes to ogv.js to perform *much* smoother on
slower
machines by running the decoders in Web Worker threads. If there's no objection, I'm going to land ogv.js (and a number of smaller fixes for media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in
Safari
and IE/Edge which don't support free codecs natively. (IE/Edge on
desktop
can use native WebM components if you install them manually but still
lack
Ogg audio support.) This replaces the old Cortado Java applet that no longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport:
- https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video in
IE
TimedMediaHandler:
- https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list
ordering
fix
- https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet
- https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in
IE/Edge with native webm installed
- https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player on
first open
- https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of Ogg
Theora transcodes, add 240p with the old bandwidth of 360p
- https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs
- https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more work
to
support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org javascript:; https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org javascript:; https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Not that I am aware. Default was "HTML player", showing only black.
On Thu, Aug 6, 2015 at 10:01 PM Brion Vibber bvibber@wikimedia.org wrote:
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Note that you might have to manually switch to the new player in Safari (e.g. on https://en.wikipedia.org/wiki/Theora ) in the settings of the min-player.
That's probably interaction with some plugin mode... Do you have Perian or the old Xiph QT plugins installed by chance?
-- brion
On Thu, Aug 6, 2015 at 9:36 PM Brion Vibber bvibber@wikimedia.org wrote:
Status update:
The weekly MediaWiki update deployment -- with ogv.js included -- has
now
reached en.wikipedia.org. Please do try it out in Safari, Internet Explorer, or MS Edge and give a shout about any problems not already
listed
at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes
This is still a soft launch and _could_ be rolled back if necessary
(but so
far so good)... A bigger announcement will come next week once some additional bug fixes go out.
Some videos!
- https://en.wikipedia.org/wiki/Red_panda#Diet - small videos!
https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy...
- big videos!
Some audio!
- https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio!
- https://en.wikipedia.org/wiki/File:Durian.ogg - long audio!
I'm starting to update documentation as well:
https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-...
https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat...
Will start updating the Commons media playback docs today and
tomorrow...
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber bvibber@wikimedia.org wrote:
I've done some more fixes to ogv.js to perform *much* smoother on
slower
machines by running the decoders in Web Worker threads. If there's no objection, I'm going to land ogv.js (and a number of smaller fixes for media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in
Safari
and IE/Edge which don't support free codecs natively. (IE/Edge on
desktop
can use native WebM components if you install them manually but still
lack
Ogg audio support.) This replaces the old Cortado Java applet that no longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport:
- https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video
in IE
TimedMediaHandler:
- https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list
ordering
fix
- https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet
- https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in
IE/Edge with native webm installed
- https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player on
first open
- https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of Ogg
Theora transcodes, add 240p with the old bandwidth of 360p
- https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs
- https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more
work
to
support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Mobile-l mailing list Mobile-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mobile-l
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Not that I am aware. Default was "HTML player", showing only black.
Ok I can reproduce this behavior on 10.10 with the Xiph Qt components installed (check in /Library/Components or ~/Library/Components), I'll see if I can track down why it detects as available for native playback when it doesn't work...
-- brion
On Thu, Aug 6, 2015 at 10:01 PM Brion Vibber <bvibber@wikimedia.org javascript:_e(%7B%7D,'cvml','bvibber@wikimedia.org');> wrote:
On Thursday, August 6, 2015, Magnus Manske <magnusmanske@googlemail.com javascript:_e(%7B%7D,'cvml','magnusmanske@googlemail.com');> wrote:
Note that you might have to manually switch to the new player in Safari (e.g. on https://en.wikipedia.org/wiki/Theora ) in the settings of the min-player.
That's probably interaction with some plugin mode... Do you have Perian or the old Xiph QT plugins installed by chance?
-- brion
On Thu, Aug 6, 2015 at 9:36 PM Brion Vibber bvibber@wikimedia.org wrote:
Status update:
The weekly MediaWiki update deployment -- with ogv.js included -- has
now
reached en.wikipedia.org. Please do try it out in Safari, Internet Explorer, or MS Edge and give a shout about any problems not already
listed
at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes
This is still a soft launch and _could_ be rolled back if necessary
(but so
far so good)... A bigger announcement will come next week once some additional bug fixes go out.
Some videos!
- https://en.wikipedia.org/wiki/Red_panda#Diet - small videos!
https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy...
- big videos!
Some audio!
- https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio!
- https://en.wikipedia.org/wiki/File:Durian.ogg - long audio!
I'm starting to update documentation as well:
https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-...
https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat...
Will start updating the Commons media playback docs today and
tomorrow...
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber bvibber@wikimedia.org wrote:
I've done some more fixes to ogv.js to perform *much* smoother on
slower
machines by running the decoders in Web Worker threads. If there's no objection, I'm going to land ogv.js (and a number of smaller fixes
for
media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in
Safari
and IE/Edge which don't support free codecs natively. (IE/Edge on
desktop
can use native WebM components if you install them manually but still
lack
Ogg audio support.) This replaces the old Cortado Java applet that no longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport:
- https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video
in IE
TimedMediaHandler:
- https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list
ordering
fix
- https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet
- https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in
IE/Edge with native webm installed
- https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player
on
first open
- https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of
Ogg
Theora transcodes, add 240p with the old bandwidth of 360p
- https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs
- https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more
work
to
support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Mobile-l mailing list Mobile-l@lists.wikimedia.org javascript:_e(%7B%7D,'cvml','Mobile-l@lists.wikimedia.org'); https://lists.wikimedia.org/mailman/listinfo/mobile-l
Filed and patch queued up for review: https://phabricator.wikimedia.org/T108251
Thanks for testing! :)
-- brion
On Thu, Aug 6, 2015 at 2:44 PM, Brion Vibber bvibber@wikimedia.org wrote:
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Not that I am aware. Default was "HTML player", showing only black.
Ok I can reproduce this behavior on 10.10 with the Xiph Qt components installed (check in /Library/Components or ~/Library/Components), I'll see if I can track down why it detects as available for native playback when it doesn't work...
-- brion
On Thu, Aug 6, 2015 at 10:01 PM Brion Vibber bvibber@wikimedia.org wrote:
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Note that you might have to manually switch to the new player in Safari (e.g. on https://en.wikipedia.org/wiki/Theora ) in the settings of the min-player.
That's probably interaction with some plugin mode... Do you have Perian or the old Xiph QT plugins installed by chance?
-- brion
On Thu, Aug 6, 2015 at 9:36 PM Brion Vibber bvibber@wikimedia.org wrote:
Status update:
The weekly MediaWiki update deployment -- with ogv.js included -- has
now
reached en.wikipedia.org. Please do try it out in Safari, Internet Explorer, or MS Edge and give a shout about any problems not already
listed
at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes
This is still a soft launch and _could_ be rolled back if necessary
(but so
far so good)... A bigger announcement will come next week once some additional bug fixes go out.
Some videos!
- https://en.wikipedia.org/wiki/Red_panda#Diet - small videos!
https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy...
- big videos!
Some audio!
- https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio!
- https://en.wikipedia.org/wiki/File:Durian.ogg - long audio!
I'm starting to update documentation as well:
https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-...
https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat...
Will start updating the Commons media playback docs today and
tomorrow...
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber bvibber@wikimedia.org wrote:
I've done some more fixes to ogv.js to perform *much* smoother on
slower
machines by running the decoders in Web Worker threads. If there's
no
objection, I'm going to land ogv.js (and a number of smaller fixes
for
media playback) into TimedMediaHandler later today.
ogv.js is a JavaScript compatibility shim for Ogg and WebM video in
Safari
and IE/Edge which don't support free codecs natively. (IE/Edge on
desktop
can use native WebM components if you install them manually but
still
lack
Ogg audio support.) This replaces the old Cortado Java applet that
no
longer works on most current computers.
Please feel free to help review and test! Live demo site https://ogvjs-testing.wmflabs.org/
MwEmbedSupport:
- https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video
in IE
TimedMediaHandler:
- https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list
ordering
fix
- https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet
- https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback
in
IE/Edge with native webm installed
- https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player
on
first open
- https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of
Ogg
Theora transcodes, add 240p with the old bandwidth of 360p
- https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs
- https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop
There's also my basic mobile integration, which requires some more
work
to
support suitable controls:
https://gerrit.wikimedia.org/r/#/c/217485/
-- brion
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Mobile-l mailing list Mobile-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mobile-l
I've found some weird behavior:
OSX 10.10.3 Yosemite Safari Version 8.0.6 (10600.6.3)
Clicking on the play button triggers a download of the ogv file. No discernible JS errors in the console. Gif of what happens here: https://i.imgur.com/QmJXXBK.gif
On Fri, Aug 7, 2015 at 12:11 AM, Brion Vibber bvibber@wikimedia.org wrote:
Filed and patch queued up for review: https://phabricator.wikimedia.org/T108251
Thanks for testing! :)
-- brion
On Thu, Aug 6, 2015 at 2:44 PM, Brion Vibber bvibber@wikimedia.org wrote:
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Not that I am aware. Default was "HTML player", showing only black.
Ok I can reproduce this behavior on 10.10 with the Xiph Qt components installed (check in /Library/Components or ~/Library/Components), I'll see if I can track down why it detects as available for native playback when it doesn't work...
-- brion
On Thu, Aug 6, 2015 at 10:01 PM Brion Vibber bvibber@wikimedia.org wrote:
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Note that you might have to manually switch to the new player in Safari (e.g. on https://en.wikipedia.org/wiki/Theora ) in the settings of the min-player.
That's probably interaction with some plugin mode... Do you have Perian or the old Xiph QT plugins installed by chance?
-- brion
On Thu, Aug 6, 2015 at 9:36 PM Brion Vibber bvibber@wikimedia.org wrote:
Status update:
The weekly MediaWiki update deployment -- with ogv.js included --
has now
reached en.wikipedia.org. Please do try it out in Safari, Internet Explorer, or MS Edge and give a shout about any problems not already
listed
at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes
This is still a soft launch and _could_ be rolled back if necessary
(but so
far so good)... A bigger announcement will come next week once some additional bug fixes go out.
Some videos!
- https://en.wikipedia.org/wiki/Red_panda#Diet - small videos!
https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy...
- big videos!
Some audio!
- https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio!
- https://en.wikipedia.org/wiki/File:Durian.ogg - long audio!
I'm starting to update documentation as well:
https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-...
https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat...
Will start updating the Commons media playback docs today and
tomorrow...
-- brion
On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber bvibber@wikimedia.org wrote:
> I've done some more fixes to ogv.js to perform *much* smoother on
slower
> machines by running the decoders in Web Worker threads. If there's
no
> objection, I'm going to land ogv.js (and a number of smaller fixes
for
> media playback) into TimedMediaHandler later today. > > ogv.js is a JavaScript compatibility shim for Ogg and WebM video in Safari > and IE/Edge which don't support free codecs natively. (IE/Edge on
desktop
> can use native WebM components if you install them manually but
still
lack > Ogg audio support.) This replaces the old Cortado Java applet that
no
> longer works on most current computers. > > Please feel free to help review and test! Live demo site > https://ogvjs-testing.wmflabs.org/ > > > MwEmbedSupport: > * https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen
video in IE
> > TimedMediaHandler: > * https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list ordering > fix > * https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet > * https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback
in
> IE/Edge with native webm installed > * https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup
player on
> first open > * https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of
Ogg
> Theora transcodes, add 240p with the old bandwidth of 360p > * https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs > * https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop > > There's also my basic mobile integration, which requires some more
work
to > support suitable controls: > > https://gerrit.wikimedia.org/r/#/c/217485/ > > -- brion > _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Mobile-l mailing list Mobile-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mobile-l
Mobile-l mailing list Mobile-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mobile-l
I've seen this happen a couple times when not logged in but it always clears up if I purge the page or hit login to set up my cookies then go back and refresh; I'm not sure if it's just stale pre-deployment JavaScript modules sitting around or if the popup player isn't initializing correctly (in which case it might be striking on other browsers too, in which case you'd see direct playback of the video). Will see if I can debug it in more detail next time I see it!
-- brion
On Fri, Aug 7, 2015 at 3:25 AM, Joaquin Oltra Hernandez < jhernandez@wikimedia.org> wrote:
I've found some weird behavior:
OSX 10.10.3 Yosemite Safari Version 8.0.6 (10600.6.3)
Clicking on the play button triggers a download of the ogv file. No discernible JS errors in the console. Gif of what happens here: https://i.imgur.com/QmJXXBK.gif
On Fri, Aug 7, 2015 at 12:11 AM, Brion Vibber bvibber@wikimedia.org wrote:
Filed and patch queued up for review: https://phabricator.wikimedia.org/T108251
Thanks for testing! :)
-- brion
On Thu, Aug 6, 2015 at 2:44 PM, Brion Vibber bvibber@wikimedia.org wrote:
On Thursday, August 6, 2015, Magnus Manske magnusmanske@googlemail.com wrote:
Not that I am aware. Default was "HTML player", showing only black.
Ok I can reproduce this behavior on 10.10 with the Xiph Qt components installed (check in /Library/Components or ~/Library/Components), I'll see if I can track down why it detects as available for native playback when it doesn't work...
-- brion
On Thu, Aug 6, 2015 at 10:01 PM Brion Vibber bvibber@wikimedia.org wrote:
On Thursday, August 6, 2015, Magnus Manske < magnusmanske@googlemail.com> wrote:
Note that you might have to manually switch to the new player in Safari (e.g. on https://en.wikipedia.org/wiki/Theora ) in the settings of the min-player.
That's probably interaction with some plugin mode... Do you have Perian or the old Xiph QT plugins installed by chance?
-- brion
On Thu, Aug 6, 2015 at 9:36 PM Brion Vibber bvibber@wikimedia.org wrote:
> Status update: > > The weekly MediaWiki update deployment -- with ogv.js included -- has now > reached en.wikipedia.org. Please do try it out in Safari, Internet > Explorer, or MS Edge and give a shout about any problems not already listed > at http://ogvjs-testing.wmflabs.org/wiki/Main_Page#Pending_fixes > > This is still a soft launch and _could_ be rolled back if necessary (but so > far so good)... A bigger announcement will come next week once some > additional bug fixes go out. > > Some videos! > * https://en.wikipedia.org/wiki/Red_panda#Diet - small videos! > * > > https://en.wikipedia.org/wiki/Curiosity_(rover)#Rover_role_in_the_landing_sy... > - big videos! > > Some audio! > * https://en.wikipedia.org/wiki/File:Godzilla.ogg - short audio! > * https://en.wikipedia.org/wiki/File:Durian.ogg - long audio! > > I'm starting to update documentation as well: > * > > https://commons.wikimedia.org/wiki/Commons:Village_pump#ogv.js_soft_launch_-... > * > > https://www.mediawiki.org/wiki/Extension:TimedMediaHandler#August_2015_updat... > * https://www.mediawiki.org/wiki/Extension:TimedMediaHandler/ogv.js > > Will start updating the Commons media playback docs today and tomorrow... > > -- brion > > > On Mon, Aug 3, 2015 at 4:27 AM, Brion Vibber <bvibber@wikimedia.org > > wrote: > > > I've done some more fixes to ogv.js to perform *much* smoother on slower > > machines by running the decoders in Web Worker threads. If there's no > > objection, I'm going to land ogv.js (and a number of smaller fixes for > > media playback) into TimedMediaHandler later today. > > > > ogv.js is a JavaScript compatibility shim for Ogg and WebM video in > Safari > > and IE/Edge which don't support free codecs natively. (IE/Edge on desktop > > can use native WebM components if you install them manually but still > lack > > Ogg audio support.) This replaces the old Cortado Java applet that no > > longer works on most current computers. > > > > Please feel free to help review and test! Live demo site > > https://ogvjs-testing.wmflabs.org/ > > > > > > MwEmbedSupport: > > * https://gerrit.wikimedia.org/r/#/c/227074 - fix fullscreen video in IE > > > > TimedMediaHandler: > > * https://gerrit.wikimedia.org/r/#/c/219398 - TMH transcode list > ordering > > fix > > * https://gerrit.wikimedia.org/r/#/c/222294 - misc small buglet > > * https://gerrit.wikimedia.org/r/#/c/226999 - fix double-playback in > > IE/Edge with native webm installed > > * https://gerrit.wikimedia.org/r/#/c/227066 - fix the popup player on > > first open > > * https://gerrit.wikimedia.org/r/#/c/227155 - increase quality of Ogg > > Theora transcodes, add 240p with the old bandwidth of 360p > > * https://gerrit.wikimedia.org/r/#/c/226957 - update ogv.js libs > > * https://gerrit.wikimedia.org/r/#/c/165478 - ogv.js for desktop > > > > There's also my basic mobile integration, which requires some more work > to > > support suitable controls: > > > > https://gerrit.wikimedia.org/r/#/c/217485/ > > > > -- brion > > > _______________________________________________ > Wikitech-l mailing list > Wikitech-l@lists.wikimedia.org > https://lists.wikimedia.org/mailman/listinfo/wikitech-l _______________________________________________ Wikitech-l mailing list Wikitech-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/wikitech-l
Mobile-l mailing list Mobile-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mobile-l
Mobile-l mailing list Mobile-l@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mobile-l
wikitech-l@lists.wikimedia.org