Skip to content
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

你好,PDF生成视频提示成功,但是很多页面没有生成 #9

Open
moyishen opened this issue Jan 9, 2021 · 1 comment

Comments

@moyishen
Copy link

moyishen commented Jan 9, 2021

d.txt
这是事件文件。
const replayer = new rrweb.Replayer(events, {
triggerFocus:true,
liveMode:true,
mouseTail:false,
UNSAFE_replayCanvas: true
});
replayer.play(); 这个就能很好回放。

下面这种就会出现卡顿、跳帧最后卡死现像

d.mp4

const component = new rrwebPlayer({
target: document.body,
data: {
events,
autoPlay: true,
mouseTail: {
strokeStyle: 'yellow',
},
UNSAFE_replayCanvas: true
},
});
window.$c = component;
component.addEventListener('finish', () => window.onReplayFinish());

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@moyishen and others