Skip to content

rrvideo ​

Overview ​

中文文档

rrvideo is a tool for transforming the session recorded by rrweb into a video.

Demo Video

Install rrvideo ​

  1. Install Node.JS。
  2. Run npm i -g rrvideo to install the rrvideo CLI.

Use rrvideo ​

Transform a rrweb session(in JSON format) into a video. ​

shell
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_FILE

Running this command will output a rrvideo-output.webm file in the current working directory.

Config the output path ​

shell
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_FILE --output OUTPUT_PATH

Config the replay ​

You can prepare a rrvideo config file and pass it to CLI.

shell
rrvideo --input PATH_TO_YOUR_RRWEB_EVENTS_JSON_FILE --config PATH_TO_YOUR_RRVIDEO_CONFIG_FILE

You can find an example of the rrvideo config file here.

Edit README on GitHub

Release Notes for rrvideo ​

2.1.1 ​

Patch Changes ​

  • Updated dependencies [a11f8ef]:
    • rrweb-player@2.1.1

2.1.0 ​

Patch Changes ​

  • Updated dependencies []:
    • rrweb-player@2.1.0

2.0.1 ​

Patch Changes ​

  • Updated dependencies []:
    • rrweb-player@2.0.1

2.0.0 ​

Patch Changes ​

2.0.0-alpha.10—20 ​

Patch Changes only following changes to rrweb-player

Patch Changes ​

  • Updated dependencies [2606a2a, efdc167]:
    • rrweb-player (2.0.0-alpha.10—20)

2.0.0-alpha.9 ​

Patch Changes ​

  • #1197 23d0138 Thanks @YunFeng0817! - Refactor: Improve the video quality and add a progress bar for the CLI tool

  • Updated dependencies [a01a12e]:

    • rrweb-player@2.0.0-alpha.9

2.0.0-alpha.8 ​

Patch Changes ​

  • Updated dependencies [b5e30cf]:
    • rrweb-player@2.0.0-alpha.8

2.0.0-alpha.7 ​

Patch Changes ​

  • #1181 f1f5865 Thanks @YunFeng0817! - Refactor: Move rrvideo to rrweb's monorepo

  • Updated dependencies []:

    • rrweb-player@2.0.0-alpha.7