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...

Home Page:https://vimejs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

juanmoura opened this issue · comments

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

player props 'autopause' can make effect