Video Export within browser
no-1ne opened this issue · 0 comments
no-1ne commented
Thank you for sharing your work and adding more to rrweb ecosystem
rrvideo, that works within browser would be great addition along with current form of cli tool.
1). We can export HTML to image write it on canvas using libs like below
https://github.com/niklasvh/html2canvas
https://github.com/bubkoo/html-to-image
2). canvas.capturestream() and if we pass the stream to mediarecorder, we can get the video.