Page MenuHomePhabricator

Patch for OggHandler to output <video> tag directly (for use with js2 script system)
Closed, ResolvedPublic

Description

Author: mdale

Description:
Here is a patch we are using in testing the oggHandler with the js2/mwEmbed/libEmbedVideo video player.

this patch will only work with the new-upload branch that includes the rewrite script by default

This patch makes OggHandler outputs the video tag so that mv_embed can rewrite the tag.

Mv_embed greatly expand the feature set supported here is a partial list:

  • Unified themable html/css playhead across plugin-types, with time, seeking and options.
  • Remote "embeddable" so people can include clips remotely
  • Supports timed text display (in the future when we support multilingual timed text this will be useful)
  • Supports http seeking with oggz_chop for plugins that can't do http seeks and or for fast seeking times when seeking request is out of bounds of the buffered area.
  • Supports major browsers.
  • More testing, skins and info the way.

Version: unspecified
Severity: enhancement

Details

Reference
bz18869

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 10:42 PM
bzimport set Reference to bz18869.
bzimport added a subscriber: Unknown Object (MLST).

mdale wrote:

OggHandler video tag patch

Attached:

mdale wrote:

*** Bug 19873 has been marked as a duplicate of this bug. ***

Move to OggHandler, not a patch to core.

mdale wrote:

committed a conditional replace to video tag in r54255