I haven't seen in the documentation a way to destroy the player; do I need to use only reset, or is there something else that is needed to destroy Dash player properly?
This was discussed in this (open) issue: https://github.com/Dash-Industry-Forum/dash.js/issues/1697
We need to document it better, but only MediaPlayer.reset() should be required to destroy the player.
Thanks for the quick answer
Most helpful comment
This was discussed in this (open) issue: https://github.com/Dash-Industry-Forum/dash.js/issues/1697
We need to document it better, but only
MediaPlayer.reset()should be required to destroy the player.