1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-08-08 18:22:50 +00:00

Initial commit of new video player

This commit is contained in:
Michael Hollister 2024-11-04 09:17:20 -06:00
parent d4a900e902
commit 755db076e7
58 changed files with 2261 additions and 475 deletions

View file

@ -1,4 +1,4 @@
import * as net from 'net';
import net = require('net');
import { EventEmitter } from 'node:events';
import { PlaybackErrorMessage, PlaybackUpdateMessage, PlayMessage, SeekMessage, SetSpeedMessage, SetVolumeMessage, VersionMessage, VolumeUpdateMessage } from './Packets';
import { WebSocket } from 'ws';