HTML5 Video Player

  • 投稿日:
  • カテゴリ:

Brightcoveがオープンソースで開発し、無償提供している VIDEOJS を使って作成した。
ブラウザーによってサポート範囲やデザインが異なるので実装できない。
hotkeysを含むすべての機能をサポートしているのはChrome56だけ(2016/12/18現在)である。

  • オリジナルのvideo-js.css, video.js を videojs.css, videojs.css に変更した。
    ※既存ファイル名と重複回避
  • ホットキーを使うときは videojs-hotkeys Pluginを追加する。videojs-hotkeys example
    空白キー:再生/停止 ←→:前後に移動 M:消音 ↑↓:音量を変える 
    F:フルスクリーン(IE無効) 0~9キー:0%~90%の位置に移動
  • Firefox50は、F/M/0-9が無効(クイック検索になる)Fの替わりにアイコンまたはダブルクリックを使う。
Copyright Brightcove, Inc.
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.