rrvideo icon indicating copy to clipboard operation
rrvideo copied to clipboard

transform rrweb session into video

Results 21 rrvideo issues
Sort by recently updated
recently updated
newest added

![1657623002(1)](https://user-images.githubusercontent.com/30709494/178473831-75e66494-ef4f-493b-bc8e-74389cb32a09.jpg)

https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#setting-up-chrome-linux-sandbox 因为是在Docker里全局安装的(用root跑的),所以得在root用户下运行,能够无沙箱运行就不会报错了。 ```typescript const browser = await puppeteer.launch({ args: ['--no-sandbox', '--disable-setuid-sandbox'], }); ```

![image](https://user-images.githubusercontent.com/8556992/123897786-a1ee4180-d996-11eb-927c-7bb4242942da.png) 有一半的画面丢失了,而且播放的速度非常快,鼠标轨迹也去不掉 config:{ "width": 1920, "height": 1080, "speed": 1, "skipInactive": true, "mouseTail": false } 用rrweb-replay回放是正常的

This presented solution is a POC, but it's not production ready. Isn't there any solution for converting the existing rrweb events into a frame (screenshot) without the need of a...

when npm i rrvideo -g have a error for this npm WARN deprecated [email protected]: < 21.3.7 is no longer supported

[d.txt](https://github.com/rrweb-io/rrvideo/files/5790144/d.txt) 这是事件文件。 const replayer = new rrweb.Replayer(events, { triggerFocus:true, liveMode:true, mouseTail:false, UNSAFE_replayCanvas: true }); replayer.play(); 这个就能很好回放。 下面这种就会出现卡顿、跳帧最后卡死现像 https://user-images.githubusercontent.com/4616130/104083171-802dc080-5277-11eb-9596-c963ffcfc0f2.mp4 const component = new rrwebPlayer({ target: document.body, data: { events, autoPlay: true,...

执行视频转换时提示超时,有没有可配置这个超时时间,报错如下: Failed to transform this session. { TimeoutError: Navigation timeout of 30000 ms exceeded at Promise.then (C:\Users\shouyong_li\AppData\Roaming\npm\node_modules\rrvid eo\node_modules\puppeteer\lib\cjs\puppeteer\common\LifecycleWatcher.js:106:111) name: 'TimeoutError' }

MAC OS run: rrvideo --input ./src/files/rrweb.json error message: Failed to transform this session. Error: Failed to launch the browser process! TROUBLESHOOTING: https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md at onClose (/usr/local/lib/node_modules/rrvideo/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:193:20) at Interface. (/usr/local/lib/node_modules/rrvideo/node_modules/puppeteer/lib/cjs/puppeteer/node/BrowserRunner.js:183:68) at Interface.emit...