在项目中视频的格式使用的是m3u8,但是Html5的video不支持这种格式的播放,前端开发框架是Angular?
学习是最好的投资!
Try video.js
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
Backend converted to universal mp4
The mobile version supports m3u8, but the computer does not support it
Try video.js
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
Backend converted to universal mp4
The mobile version supports m3u8, but the computer does not support it