コメントありがとうございます。 サービス終了した今なら、安く中古が手に入りそ…
HLS動画を配信してみた
【再生できたブラウザ】
Windows Edge 41.16299.15.0
Android Chrome 63.0.3239.111
iOS Safari 11.0
【再生できなかったブラウザ】
Windows Chrome 63.0.3239.132
Windows Firefox 59.0.4
Windows Internet Explorer 11.192.16299.0
.htaccess
AddType application/x-mpegURL .m3u8 AddType video/MP2T .ts
html
<!DOCTYPE html> <html lang="ja"> <head> <meta charset="UTF-8"> <meta name="robots" content="noindex"> </head> <body> <video src="output.m3u8" controls autoplay></video> </body> </html>
次はvideo.jsを使ってみよう
→video.jsを使ってHLS動画を配信してみた
検索
コメントを残す