HTML Recorder and ScreenLife Player
Aim
To create an exceptional software solution for a named media company: the Player records all types of actions/events in its own multi-layer video format, where every layer corresponds to a separate source and is editable.
Solution
The player gathers all the data and plays recordings like a simple video. It allows a user to:
- record his browser session and save it on the server;
- recreate HTML, sound of all the sites he browses and his webcam;
- watch recordings;
- interact with the recorded content by scrolling the page and clicking on the links.
Technologies
Player: Vue.js, jQuery.
Recorder: Node JS, Socket.IO, JS, RecordRTC.