New:Socket for Asana Is Now Available.Learn more
Get Started

@browser-replay/video

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@browser-replay/video

Transform browser-replay sessions into video

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
4
33.33%
Maintainers
1
Weekly downloads
 
Created
Source

@browser-replay/video

@browser-replay/video transforms a recorded browser-replay session (events JSON) into a video.

Install

  • Install Node.JS
  • Run npm i -g @browser-replay/video to install the CLI.

Usage

Transform a session (JSON) into a video

browser-replay-video --input PATH_TO_YOUR_EVENTS_FILE

Running this command will output a browser-replay-video-output.webm file in the current working directory.

Config the output path

browser-replay-video --input PATH_TO_YOUR_EVENTS_FILE --output OUTPUT_PATH

Config the replay

You can prepare a player config file (see example below) and pass it to the CLI.

browser-replay-video --input PATH_TO_YOUR_EVENTS_FILE --config PATH_TO_YOUR_CONFIG_FILE

You can find an example config file here.

Keywords

browser-replay

FAQs

Package last updated on 17 Jun 2026

Related posts