Hello, using the HTML5 player: https://github.com/kaltura/kaltura-player-js
What is the recommended player lifecycle (e.g. player needs to shown/hidden/moved)?
- can the player be created/destroyed/re-created on demand? How to dispose the player?
- or should we keep a single player instance? Can it be re-parented? Can the media be unloaded?
Thanks