Recording

Table of contents

  1. Web Socket configuration
  2. Network protocol

Web Socket configuration

Your integration should create a Web Socket server, with the following configuration:

  • protocol: frameByframe
  • default port: 23001

Network protocol

Frame by Frame will connect to the Web Socket as a client. Your integration should send the list of available recording options, and start sending frame data.

The format of the messages is documented in the Data Format section.