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:
parent
d4a900e902
commit
755db076e7
58 changed files with 2261 additions and 475 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue