https://github.com/Windsdon/vban-bridge-client
The client for the vban bridge
https://github.com/Windsdon/vban-bridge-client
Last synced: 4 months ago
JSON representation
The client for the vban bridge
- Host: GitHub
- URL: https://github.com/Windsdon/vban-bridge-client
- Owner: Windsdon
- License: mit
- Created: 2019-10-25T22:19:01.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-25T22:19:19.000Z (over 5 years ago)
- Last Synced: 2024-08-01T13:38:43.747Z (7 months ago)
- Language: TypeScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vban-bridge-client
Client application for the vban-bridge.This application connects to a vban-bridge-server over a secure TLS connection
and re-transmits all of the streams that it receives.You can configure the ports and hosts in the .env.
## Running
* Clone this repository
* Run `npm install`
* Run `npm run build`
* Run `npm start`