griffith icon indicating copy to clipboard operation
griffith copied to clipboard

A React-based web video player

Results 37 griffith issues
Sort by recently updated
recently updated
newest added

Bumps [moment](https://github.com/moment/moment) from 2.24.0 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex 2.29.3 Full changelog Release Apr 17, 2022...

dependencies

I really like this video library, it's simple and provides very good features, but I need my custom styles, custom icons and icon order changed and I couldn't find it...

## 💬 Questions and Help 怎么修改播放器css样式? 查了api,没有暴露classname和style。 用的最新版本。

show the first frame of video instead of black background when no cover # Pull Request Template ## Description 无cover时显示视频第一帧,而不是黑色背景

Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.23 to 3.3.2. Changelog Sourced from nanoid's changelog. 3.3.2 Fixed enhanced-resolve support. 3.3.1 Reduced package size. 3.3 Added size argument to function from customAlphabet (by Stefan Sundin)....

dependencies

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.2 to 1.14.9. Commits 13136e9 Release version 1.14.9 of the npm package. 2ec9b0b Keep headers when upgrading from HTTP to HTTPS. 5fc74dd Reduce nesting. 3d81dc3 Release version...

dependencies

Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...

dependencies

Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...

dependencies

## 视频是m3u8格式的,一定要自动播放才能正常显示视频,如果是设置autoplay为false,点击播放按钮,播放容器是黑屏的 设置为autoplay为true,为正常的 `import React, { Component } from 'react'; import Player from 'griffith'; class LiveM3u8 extends Component { state = {}; testEvent = e => { console.log(e, 'testEvent'); }...

bug🐛