tiny-player icon indicating copy to clipboard operation
tiny-player copied to clipboard

🎬 Tiny Player 是一个轻量、可扩展的视频播放器,支持常见格式与 m3u8 等流式播放。

Results 8 tiny-player issues
Sort by recently updated
recently updated
newest added

https://tiny-player.vercel.app/page/001-%E5%BF%AB%E9%80%9F%E5%BC%80%E5%A7%8B.html 作者写的文档测试过吗?按照文档中给的demo代码完全无法正常工作,报错不能引入外部模块,查看源码发现居然还import 了 hls.js,但是手工把hls.js下载到本地还是没法正常工作。 建议作者编写文档前先测试一下,跑不通的代码就不要写demo了,浪费了一下午时间。 ```html const tp = new TinyPlayer({ container: document.getElementById('tiny-player'), src: 'demo.mp4', }) ```

![0121994fc17bc39f3b96c1966239e87e_243020](https://github.com/wangrongding/tiny-player/assets/39088410/3b9ea6aa-8fdc-44c6-be90-af2685b03957)

Vue2项目,在初始化tinyPlayer时报错: ![image](https://github.com/wangrongding/tiny-player/assets/86939692/16de74be-6752-4207-bec8-4c7be74005dd)

this.events[name].push(callback) 这行代码可以移除的