コメントありがとうございます。 サービス終了した今なら、安く中古が手に入りそ…
MPEG-DASHを配信してみた
【再生できたブラウザ】
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>
検索
コメントを残す