vime-js / vime

Customizable, extensible, accessible and framework agnostic media player. Modern alternative to Video.js and Plyr. Supports HTML5, HLS, Dash, YouTube, Vimeo, Dailymotion...
https://vimejs.com
MIT License
2.75k stars 154 forks source link

If i have more than 1 video i can't play all in the same time #326

Open juanmoura opened 2 years ago

juanmoura commented 2 years ago

Bug Report

Framework: ReactJS

Vime version: 5.0.27

Provider: [] HLS

Current behavior: When i put in many players to play in the same time all stops and only one keep playing. I tried to use a ref but keep with same problem.

Expected behavior: All videos playing in the same time

Steps to reproduce:

Put an various components of Player in the jsx file.
Run npm start
After page load only 1 video keep playing, if play another then the only it keep playing and the other stoped
LeeCongjin commented 1 year ago

player props 'autopause' can make effect