https://github.com/beaglefoot/video-streamer
Full-stack mini-app to stream your local videos collection
https://github.com/beaglefoot/video-streamer
nodejs react streams video-streaming
Last synced: about 1 month ago
JSON representation
Full-stack mini-app to stream your local videos collection
- Host: GitHub
- URL: https://github.com/beaglefoot/video-streamer
- Owner: Beaglefoot
- Created: 2020-05-05T14:56:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T17:39:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-03T23:54:51.253Z (3 months ago)
- Topics: nodejs, react, streams, video-streaming
- Language: TypeScript
- Homepage:
- Size: 1.98 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# video-streamer
Full-stack mini-app example of how to stream your local videos collection## How to run
* Clone repo
* Install dependencies in client and server directories
* Build server `npx tsc`
* Run server `node dist/ `
* Run client with `yarn dev` or create `.env` file analogous to `.env.dev` and run `yarn build`, then serve with smth. like `npx serve`