zhw2590582 / ArtPlayer

:art: ArtPlayer.js is a modern and full featured HTML5 video player
https://artplayer.org
MIT License
2.55k stars 269 forks source link

Documentation or usage examples with hls for next.js or react #732

Closed timomedia closed 6 months ago

timomedia commented 6 months ago

Hello I'm using your library for next.js and react, but when I read your documentation, I'm not sure how to use it. I tried using your library with the hls playback and HLS Quality options but it didn't work the way I wanted. Can you further update your library usage with react and next.js? Thank you very much!

zhw2590582 commented 6 months ago

Like this?

https://github.com/zhw2590582/ArtPlayer/tree/master/packages/artplayer-template

timomedia commented 6 months ago

Like this?

https://github.com/zhw2590582/ArtPlayer/tree/master/packages/artplayer-template

Thank you, but I use it with typescript and next.js 14. I have customized my code and it works with your library. Thanks for your library!