rsnext/examples/with-hls-js/README.md
2021-01-26 18:59:01 +00:00

1.1 KiB

HLS.js example

This example shows how to use Next.js along with HLS.js to playback HLS videos in all modern browsers.

Deploy your own

Deploy the example using Vercel:

Deploy with Vercel

How to use

Execute create-next-app with npm or Yarn to bootstrap the example:

npx create-next-app --example with-hls-js with-hls-js-app
# or
yarn create next-app --example with-hls-js with-hls-js-app

Deploy it to the cloud with Vercel (Documentation).