カスタマイズ

エラー

エラーレポート

仕様
パラメーター名 設定 デフォルト値
error_report array error_num,message,image 任意 -
説明

エラーメッセージを設定します。

error_report[].object
仕様
パラメーター名 設定 デフォルト値
error_num integer 1〜5 任意
message string text 任意 -
image string url 任意 -
link string url 任意 -
説明
エラー番号 タイプ 説明 デフォルトメッセージ
1 MEDIA_ERR_ABORTED メディアエラーのため、動画の再生に失敗しました。 You aborted the media playback
2 MEDIA_ERR_NETWORK ネットワークエラーのため、動画のダウンロードが途中で失敗しました。 A network error caused the media download to fail part-way.
3 MEDIA_ERR_DECODE デコードエラーのため、動画の再生に失敗しました。 The media playback was aborted due to a corruption problem or because the media used features your browser did not support.
4 MEDIA_ERR_SRC_NOT_SUPPORTED 動画のソースファイルがサポートされていません。 No compatible source was found for this media.
5 MEDIA_ERR_ENCRYPTED メディアは暗号化されており、復号化するためのキーが見つかりませんでした。 The media is encrypted and we do not have the keys to decrypt it.
コードサンプル
<script> const options = { error_report: [ { error_num: 1, message: "Not play video.", image: "https://sample1.jp/assets/error_1.png", link: "https://xxxxxxx", }, ], ... }; const player = videogplayer('video_tag_id', options); </script>

results matching ""

    No results matching ""