Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

zhw2590582

zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
卡顿是hls加载引起的,和播放器本身无关. `播放器自动根据网络选择清晰度,但是播放器上显示的清晰度信息并没有切换` 这是因为你的hls初始就默认使用了自动画质,这个情况下播放器上就显示`自动`,后续画质再自动切换也是显示`自动`,这是合理的

View on GitHub

zhw2590582 starred biomejs/biome
zhw2590582 starred ggerganov/whisper.cpp
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
基本实现,但效果有待优化:[demo](https://artplayer.org/?libs=&code=function%20artplayerPluginAudio(%7B%20url%20%7D)%20%7B%0A%20%20%20%20return%20(art)%20%3D%3E%20%7B%0A%20%20%20%20%20%20%20%20const%20audio%20%3...

View on GitHub

zhw2590582 starred hacksider/Deep-Live-Cam
zhw2590582 closed an issue on zhw2590582/ArtPlayer
Add Back and Forward buttons at center with play button
I want to ask, how to add Back and Forward button which skips the time at the center with play button I have the following code, which ads the buttons on the left of the controls: ```js contro...
zhw2590582 starred dgmjs/dgmjs
zhw2590582 starred open-webui/open-webui
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
<img width="1154" alt="image" src="https://github.com/user-attachments/assets/4e852682-2189-4f44-acf2-2421fbfa596d" /> Or if you want to control the display and hiding of DOM elements based on t...

View on GitHub

zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
https://artplayer.org/document/en/advanced/event.html#loading

View on GitHub

zhw2590582 closed an issue on zhw2590582/ArtPlayer
artplayer-plugin-ads not working in react
Currently, the artplayer-plugin-ads version on react is old, so when running, it will report an error that type 'number' is not assignable to type 'string'. In the totalDuration line, when setting ...
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
```js art.on('control', (state) => { console.log('control', state) }); ```

View on GitHub

zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
<img width="994" alt="image" src="https://github.com/user-attachments/assets/9580d821-3f07-4f4a-9f54-9f6f02855607" /> The play button's index is 10, so you can do this: ```js controls: [ ...

View on GitHub

zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
artplayer-plugin-ads hasn't been updated in a long time, I need to refactor it

View on GitHub

zhw2590582 created a comment on an issue on element-plus/element-plus
还有下文吗?

View on GitHub

zhw2590582 closed an issue on zhw2590582/ArtPlayer
artplayerPluginVttThumbnail
"artplayer": "^5.2.1", "artplayer-plugin-vtt-thumbnail": "^1.0.3", var art = new Artplayer({ container: '.artplayer-app', url: '/demo.mp4', autoplay: true, plugin...
zhw2590582 closed an issue on zhw2590582/ArtPlayer
隔空播放在Safari上不可用
<img width="1495" alt="image" src="https://github.com/user-attachments/assets/e3cdd5b6-012a-49d9-9090-8b23edf325f7" /> 在Safari中无法进行隔空投送,版本信息如下: Safari: 版本18.2 (20620.1.16.11.8) MacOS: 15.2 (...
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
AirPlay 功能: - 网页必须使用 HTTPS - 视频源也必须是 HTTPS - 视频格式需要是兼容的格式(如 H.264 MP4) 使用hls.js的话,视频源就是blob url了,所以不成立

View on GitHub

zhw2590582 starred cyclotruc/gitingest
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
我这边看是没问题的 https://artplayer.org/?libs=./uncompiled/artplayer-plugin-vtt-thumbnail/index.js&example=vtt.thumbnail

View on GitHub

zhw2590582 starred Naresh-Khatri/Portfolio
zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
目前不能

View on GitHub

zhw2590582 created a comment on an issue on zhw2590582/ArtPlayer
no

View on GitHub

zhw2590582 closed an issue on zhw2590582/ArtPlayer
How to setting the subtitle display correctly?
Hi, may i know how can we setting the subttitle display correctly based on screen size? As you can see, 1st screenshot is using smartphone without full screen. The font is bigger. ![image](http...
zhw2590582 starred huggingface/huggingface.js