Player becomes unusable when viewing transcripts on the side
complete
peter
The new player becomes seriously laggy and basically unusable for me while the transcript is open in the side bar. I'm no React expert but I would guess this is probably because in your implementation, it just creates thousands of <div>s, one for each transcript line (including ones not being displayed!), which lags up the page when React has to re-render it. I suggest making the transcript create div elements on-the-fly and only show the minimum amount of divs required when the user scrolls around/searches. I am using Firefox but this also happens on chromium.
Hannah Petty
complete
Hi Peter, we have since released several updates to the player that should have resolved these issues. If you're still having trouble, please let us know by opening a ticket directly with our technical support team (support@echo360.com).
There is also a toggle that your EchoVideo administrator can flip to revert back to the older version of the player if needed.