A React-based HLS Audio Player built with Vite, TypeScript, HLS.js, Video.js, and Tailwind CSS.
- HLS playback with Video.js and HLS.js.
- Dynamic form for media input (URL or file).
- Responsive design with Tailwind CSS.
- Supports custom media metadata.
- React + Vite
- TypeScript
- Video.js and HLS.js
- Tailwind CSS
- Clone the repository.
- Install dependencies:
- Terminal
-- npm install -- npx vite --host
- Navigate to the form page (/).
- Enter media details or upload an HLS (.m3u8) file.
- Submit the form to play the media.
Note - File Upload is to be implemented later.