hello-muiplayer icon indicating copy to clipboard operation
hello-muiplayer copied to clipboard

💡 An excellent HTML5 video player component

Results 36 hello-muiplayer issues
Sort by recently updated
recently updated
newest added

咱们的播放器是否支持截屏控制,或者有这方面的开发打算呢?

![image](https://user-images.githubusercontent.com/69001117/179382069-176f894e-88d4-41cd-9311-8b1668ce38ed.png) ![image](https://user-images.githubusercontent.com/69001117/179382048-29256259-e1ac-4f1b-aeea-27ca58d896db.png) Uncaught ReferenceError: Flv is not defined

help wanted

原生壳,H5项目,做的APP,可以支持哪些视频类型呢?

@muiplayer 您好,我想问一下,我这边目前是安卓和IOS原生包,内嵌的项目所有的都是H5写的,引入插件以后全屏不能横屏是因为什么呢?我测试是用的vue2.0项目demo然后在hbuilder里边打的包,测试是没问题,现在放到了真实项目中无法全屏,是因为什么呢

如果支持如何操作呢,如果不支持,是否可以自定义呢?

![image](https://user-images.githubusercontent.com/22051033/172060404-b2a53cdb-f2a2-4f4c-8e83-64b17f41d353.png)

流媒体文件播放不支持h.256吗?

官方文档地址:https://muiplayer.js.org/zh/guide/subtitle.html 原文 ``` var mp = new MuiPlayer({ container:'#mui-player', src:'../media/media.mp4', ... subtitle{ tracks:[ { kind:'subtitles', src:'./static/subtitle/sintel-en.vtt', label:'英语', srclang:'en', default:true, }, { kind:'subtitles', src:'./static/subtitle/sintel-de.vtt', label:'德语', srclang:'de', }, { kind:'subtitles', src:'./static/subtitle/sintel-es.vtt', label:'西班牙语',...