作者:U友50141148 | 来源:互联网 | 2023-06-23 10:08
1.nginx dash.js下载安装nginxwgethttp:cdn.dashjs.orglatestdash.all.min.js生成mpd文件:https:github.c
1. nginx dash.js
下载安装nginx
wget http://cdn.dashjs.org/latest/dash.all.min.js
生成mpd文件:https://github.com/MoonXu0722/ffmpeg-libav-tutorial
在html/编辑index.html文件
访问http://127.0.0.1
2 http-server dash.js
sudo npm install http-server -g
wget http://cdn.dashjs.org/latest/dash.all.min.js
生成mpd文件:https://github.com/MoonXu0722/ffmpeg-libav-tutorial
编辑index.html文件
http-server -a 127.0.0.1 -p 9999 --cors -c-1
至此文件已配置好,在客户端访问http://127.0.0.1:9999即可播放视频
index.html