Open matthewrice345 opened 2 years ago
The one question/concern I have is if I fixed the track DRM section correctly. I set .get(groupIndex), rendererIndex) where the index was the rendered index instead of the groupElementIndex. Not 100% sure which should be used here.
.get(groupIndex), rendererIndex)
groupElementIndex
thank you fix my problem
This is a good fix. Otherwise, other plugins uses different version of video-player may fail.
The one question/concern I have is if I fixed the track DRM section correctly. I set
.get(groupIndex), rendererIndex)
where the index was the rendered index instead of thegroupElementIndex
. Not 100% sure which should be used here.