https://github.com/krishnamodepalli/video.ts
A simple video player component in TypeScript
https://github.com/krishnamodepalli/video.ts
react typescript video-player
Last synced: 3 months ago
JSON representation
A simple video player component in TypeScript
- Host: GitHub
- URL: https://github.com/krishnamodepalli/video.ts
- Owner: krishnamodepalli
- Created: 2024-06-12T06:17:32.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-02T17:58:21.000Z (10 months ago)
- Last Synced: 2025-01-25T07:07:27.121Z (5 months ago)
- Topics: react, typescript, video-player
- Language: TypeScript
- Homepage: https://video-ts.vercel.app/
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `video.ts`
This is a simple video-player completely written in `typescript` and this is an
inspiration from both the epic video-players **NETFLIX** & **YOUTUBE**,
I call it a mixture.For now, this is a simple video player template written in `typescript`, which
is only supported in desktop mode. This is still considered under-developed,
But will be soon released as a fully-functioning, well-working video player,
supporting rich features like streaming and HLS, along with prominent video
settings.> **Note**: Please place your video file inside the `public/videos/` folder &
> then reference the video at `/src/components/VideoPlayer/index.tsx:222`
> (line 222)## TODO
- [X] An online demo.