-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
解决rrvideo 用无头浏览器渲染页面时展示与真实录制的页面渲染不一致 #26
Conversation
验证了下,更新了rrweb-player 为最新的版本就好了,目前rrvideo内使用的rrweb-player还是旧仓库的npm,没有随着rrweb/rrweb-player里版本进行更新导致
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
非常感谢能修复问题, 可否再辛苦把代码中的中文注释修改成英文的
…ge rendering when rendering the page with a headless browser (#26) Author: xujiujiu <[email protected]>
…ge rendering when rendering the page with a headless browser (#26) Author: xujiujiu <[email protected]> --------- Co-authored-by: xujiujiu <[email protected]>
* first commit * rrvideo v0.1.0 First version of rrvideo. 1. Use as a Node.JS lib. 2. Use as a CLI. Features are implemented via puppeteer, ffmpeg and rrweb-player. * add readme * update publish script * add node env in cli file and change package.json bin to same like README (#4) Co-authored-by: Xu Yinjie <[email protected]> * release 0.2.0 * fix #6 avoid assign undefined to config * Fix: Solve the inconsistency between rrvideo and the real recorded page rendering when rendering the page with a headless browser (rrweb-io/rrvideo#26) Author: xujiujiu <[email protected]> --------- Co-authored-by: xujiujiu <[email protected]> * refactor rrvideo 1. refactor code 2. change monorepo config 3. remove separate TS dependencies * add changeset * fix: eslint errors --------- Co-authored-by: Yanzhen Yu <[email protected]> Co-authored-by: xyj <[email protected]> Co-authored-by: Xu Yinjie <[email protected]> Co-authored-by: xujiujiu <[email protected]>
验证了下,更新了rrweb-player 为最新的版本就好了,目前rrvideo内使用的rrweb-player还是旧仓库的npm,没有随着rrweb/rrweb-player里版本进行更新导致