Home > Q&A > body text
在项目中视频的格式使用的是m3u8,但是Html5的video不支持这种格式的播放,前端开发框架是Angular?
伊谢尔伦2017-04-18 09:22:10
Try video.js
天蓬老师2017-04-18 09:22:10
Safari should have built-in support for m3u8
If you use video.js, you need to add the videojs-contrib-hls plug-in
But it seems that IE is not supported
ringa_lee2017-04-18 09:22:10
Backend converted to universal mp4
The mobile version supports m3u8, but the computer does not support it