Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
This is a question you should ask webtorrent:https://github.com/webtorrent/webtorrent
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
like this: [demo](https://artplayer.org/?libs=&code=var%20art%20%3D%20new%20Artplayer(%7B%0A%09container%3A%20%27.artplayer-app%27%2C%0A%09url%3A%20%27%2Fassets%2Fsample%2Fvideo.mp4%27%2C%0A%09mini...
zhw2590582 opened an issue on ruanyf/weekly
【网站自荐】爱幕 - 在线免费字幕编辑器
<img width="1362" alt="Snipaste_2024-12-21_19-25-07" src="https://github.com/user-attachments/assets/db5d972b-efc5-4952-ad9b-6669d32cede8" /> ### 网站地址 - https://aimu.app - https://aimu-app.c...zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
Have you added this resize code to your project? why i can't find <img width="632" alt="image" src="https://github.com/user-attachments/assets/848756b4-3d98-4cc4-bca6-b9f5c576457c" />
zhw2590582 closed an issue on zhw2590582/ArtPlayer
5.2.1版本监听事件artplayerPluginDanmuku:emit失效
### 5.0.1版本升级到5.2.1发射弹幕监听事件失效 ### 环境Node 22.12.0 ### 相关库 * artplayer * artplayer-plugin-danmuku - 相关代码 ```javascript const art = new Artplayoer({ ...option, contain...zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
I can't see the problem with this. Do you have the URL of the website?
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
Like this: https://github.com/zhw2590582/ArtPlayer/issues/539#issuecomment-1550799340
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
请使用beforeEmit参数,或者你懒得改的话,可以这样: ```js var art = new Artplayer({ container: '.artplayer-app', url: '/assets/sample/video.mp4', plugins: [ artplayerPluginDanmuku({ ...
zhw2590582 pushed 1 commit to master zhw2590582/ArtPlayer
- Update artplayer-plugin-danmuku.d.ts ad0395f
zhw2590582 pushed 1 commit to master zhw2590582/ArtPlayer
- chore: 将 artplayer-plugin-ambilight 的选项属性改为可选 9f4e6c3
zhw2590582 pushed 41 commits to master zhw2590582/hls.js
- chore(deps): update dependency husky to v9.1.7 e54ce98
- Merge pull request #6866 from video-dev/renovate/husky-9.x chore(deps): update dependency husky to v9.1.7 47d2311
- chore(deps): update dependency rollup to v4.27.3 8e422fc
- Merge pull request #6867 from video-dev/renovate/rollup-4.x chore(deps): update dependency rollup to v4.27.3 e3e7fa4
- chore(deps): update dependency rollup to v4.27.4 a20e0e9
- Merge pull request #6868 from video-dev/renovate/rollup-4.x chore(deps): update dependency rollup to v4.27.4 2fb6eb8
- chore(deps): update dependency wrangler to v3.88.0 dcf1771
- Merge pull request #6869 from video-dev/renovate/wrangler-3.x chore(deps): update dependency wrangler to v3.88.0 1055788
- chore(deps): update dependency wrangler to v3.91.0 55da8a0
- Merge pull request #6870 from video-dev/renovate/wrangler-3.x chore(deps): update dependency wrangler to v3.91.0 6f90e13
- chore(deps): update dependency @types/mocha to v10.0.10 7c19d24
- Merge pull request #6871 from video-dev/renovate/mocha-10.x chore(deps): update dependency @types/mocha to v10.0.10 6916097
- Add ArtPlayer Integration (#6864) 8e301fc
- Ignore main playlist loading when loading audio rendition in audio-only asset (#6862) 19a4c01
- Fix regressions in live playlist advancement (from #6692 and follow-up #6857) (#6872) 6e0656a
- Limit live playlist reloading to scheduled updates (#6873) Fixes #6858 550dc2a
- chore(deps): update dependency @microsoft/api-documenter to v7.25.22 29491b2
- Merge pull request #6875 from video-dev/renovate/microsoft-api-documenter-7.x chore(deps): update dependency @micros... b5e8ded
- chore(deps): update dependency @microsoft/api-documenter to v7.26.0 4adb2ac
- Merge pull request #6877 from video-dev/renovate/microsoft-api-documenter-7.x chore(deps): update dependency @micros... 1e7fbe1
- and 21 more ...
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
目前只能用样式覆盖它了,因为播放数没有考虑到单纯播放音频的情况
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
It has been released, you can try again
zhw2590582 closed an issue on zhw2590582/ArtPlayer
NPM pluginnot found...
I cant install a plugin using the command: ```` npm i artplayer-plugin-auto-thumbnail ```` tks...zhw2590582 closed an issue on zhw2590582/ArtPlayer
restart事件回调时视频未加载成功
想要达到的效果是,切换了url后利用restart回调事件,开始自动播放新一段视频,但偶而播放时会报错The play() request was interrupted by a call to pause(),应该是此时新的视频还没加载好就开始播放了。请问这个情况要用哪个钩子,还是说是bug? const playerSwitchUrl = async ({ videoUrl, a...zhw2590582 pushed 1 commit to master zhw2590582/ArtPlayer
- chore: 删除不再使用的 TypeScript 声明文件,并添加新的插件声明文件 3a052a6