ワイズリマインダー

MPEG-DASHを配信してみた

DEMO

【再生できたブラウザ】
Windows Edge 41.16299.371.0
Windows Internet Explorer 11.371.16299.0
Windows Chrome 66.0.3359.139
Windows Firefox 60.0
Android Chrome 66.0.3359.158

【再生できなかったブラウザ】
iOS Safari 11.3.1

.htaccess

AddType application/dash+xml .mpd
AddType audio/mp4 .mp4 .m4a
AddType video/mp4 .mp4 .m4v

html

<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="robots" content="noindex">
</head>
<body>
<video data-dashjs-player autoplay src="oops-20120802-manifest.mpd" controls></video>
<script src="https://cdn.dashjs.org/latest/dash.all.min.js"></script>
</body>
</html>

コメントを残す

メールアドレスが公開されることはありません。 が付いている欄は必須項目です

CAPTCHA


このサイトはスパムを低減するために Akismet を使っています。コメントデータの処理方法の詳細はこちらをご覧ください

検索

最近のコメント

最近の投稿

タグ

フィード配信

アーカイブ

外部リンク