解决rrvideo 用无头浏览器渲染页面时展示与真实录制的页面渲染不一致#26
Merged
YunFeng0817 merged 8 commits intorrweb-io:mainfrom Mar 17, 2023
Merged
Conversation
验证了下,更新了rrweb-player 为最新的版本就好了,目前rrvideo内使用的rrweb-player还是旧仓库的npm,没有随着rrweb/rrweb-player里版本进行更新导致
|
1 task
Contributor
Author
1 task
YunFeng0817
reviewed
Feb 28, 2023
Member
YunFeng0817
left a comment
There was a problem hiding this comment.
非常感谢能修复问题, 可否再辛苦把代码中的中文注释修改成英文的
YunFeng0817
approved these changes
Mar 17, 2023
YunFeng0817
added a commit
that referenced
this pull request
Mar 19, 2023
…ge rendering when rendering the page with a headless browser (#26) Author: xujiujiu <906784584@qq.com>
YunFeng0817
added a commit
that referenced
this pull request
Mar 19, 2023
…ge rendering when rendering the page with a headless browser (#26) Author: xujiujiu <906784584@qq.com> --------- Co-authored-by: xujiujiu <906784584@qq.com>
Juice10
pushed a commit
to rrweb-io/rrweb
that referenced
this pull request
Mar 28, 2023
* 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 <xuyinjie@xiaobangtouzi.com> * 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 <906784584@qq.com> --------- Co-authored-by: xujiujiu <906784584@qq.com> * refactor rrvideo 1. refactor code 2. change monorepo config 3. remove separate TS dependencies * add changeset * fix: eslint errors --------- Co-authored-by: Yanzhen Yu <yanzhen@smartx.com> Co-authored-by: xyj <593500664@qq.com> Co-authored-by: Xu Yinjie <xuyinjie@xiaobangtouzi.com> Co-authored-by: xujiujiu <906784584@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

验证了下,更新了rrweb-player 为最新的版本就好了,目前rrvideo内使用的rrweb-player还是旧仓库的npm,没有随着rrweb/rrweb-player里版本进行更新导致