vime icon indicating copy to clipboard operation
vime copied to clipboard

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

Open juanmoura opened this issue 2 years ago • 1 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

juanmoura avatar Aug 27 '22 12:08 juanmoura

player props 'autopause' can make effect

LeeCongjin avatar Jul 14 '23 11:07 LeeCongjin