erick garcia
erick garcia

Reputation: 1

Play hls m3u8 format in nextjs

How can I use hls m3u8 format in nextjs

I tried with video.js CDN but I couldn't achieve it. Hls.js and react player are not compatible with the last version.

Upvotes: 0

Views: 2900

Answers (1)

Selim Emre Toy
Selim Emre Toy

Reputation: 530

Please check the example at this link: https://stackblitz.com/edit/github-hgv7za-ezygog.

Currently, it is working for me with the sample m3u8 file located at https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8.

If you encounter a specific error, please provide more details, such as the console log, etc.

Upvotes: 1

Related Questions