Skip to content

A small video streaming platform built with Next.js using a custom video player, providing one streaming example following the HLS protocol.

Notifications You must be signed in to change notification settings

Alore-ai/streaming-platform

 
 

Repository files navigation

A video streaming demo platform built with Next.js, inspired by Netflix, using a custom video player and providing a streaming example following the HLS protocol.

https://streaming-platform-tmdb.vercel.app/

Preview

Frontend

  • React.js
  • Next.js
  • Typescript
  • Styled Components
  • Redux
  • Hls.js

Image optimization is disabled due to Fair Use Policy.

Known issues

  1. Player isn't properly reset - Solution: Move player store to watch route

API

The following api is being utilized: https://developers.themoviedb.org/3/getting-started/introduction

Next.js

Middleware & Edge Functions

Whether or not a profile has been selected is being checked on the edge at the speed of static to handle a possible redirect.

Custom Media Player

The application uses its own custom media player. Because of missing resources audio and subtitle selection are not included.

Media Player

Getting Started

Make sure to copy paste the .env.public contents to your local dotenv file and fill in the missing fields.

Then, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

About

A small video streaming platform built with Next.js using a custom video player, providing one streaming example following the HLS protocol.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.2%
  • Other 0.8%