emanuelchristo / movie-night

⭐️ Sync play local video files with your friends
https://movienight.ecris.in
29 stars 10 forks source link

hls, m3u8 support #3

Open iamthenewking opened 2 years ago

iamthenewking commented 2 years ago

hi emanuel

have you tried to implement hls on the player?

emanuelchristo commented 2 years ago

Currently its using https://plyr.io/ as the video player. It doesn't support HLS or m3u8. The newer version of the project written in react will be using the react-player https://github.com/CookPete/react-player#supported-media which has support for a lot of sources.

If you are interested try adding HLS and m3u8 support for this repo

iamthenewking commented 2 years ago

Currently its using https://plyr.io/ as the video player. It doesn't support HLS or m3u8. The newer version of the project written in react will be using the react-player https://github.com/CookPete/react-player#supported-media which has support for a lot of sources.

If you are interested try adding HLS and m3u8 support for this repo

thank you... i will try,, ,but i think my JavaScript skills wont cooperate 😋

iamthenewking commented 2 years ago

have you tried this? https://github.com/redxtech/vue-plyr/issues/29