A modern streaming platform built with Next.js, featuring live TV channels and video-on-demand powered by bunny.net streaming.
- Live TV Streaming: Watch live channels with HLS streaming
- Video on Demand: Browse and watch movies and shows
- Adaptive Streaming: HLS.js for smooth playback across devices
- Responsive Design: Works on desktop, tablet, and mobile
- Dark Theme: Optimized for viewing in low-light environments
This platform uses bunny.net Stream for video delivery. Configure your environment variables:
NEXT_PUBLIC_BUNNY_LIBRARY_ID=your_library_id
NEXT_PUBLIC_BUNNY_PULL_ZONE=your-pull-zone.b-cdn.netSee .env.local.example for details.
npm install
npm run dev