This package provides a WebSocket server on which a series of json encoded events is sent out. These events describe the behavior of a virtual mediaplayer device.
Make sure to have dart installed on your system. Then run
pub get
pub run build_runner buildStart the server process by running
dart bin/recruitment.dartOnce running a WebSocket is exposed on http://0.0.0.0:8808/ws. As soon as a
user subscribes to the socket a pre-defined sequence of events is started and
sent out to the WebSocket.
See file LICENSE for licensing information.
Created from templates made available by Stagehand under a BSD-style license.