videogular / videogular2

The HTML5 video player for Angular 2
https://videogular.github.io/videogular2-showroom/#/
MIT License
672 stars 211 forks source link

MediaPlayer not initialized! #876

Open tsnevillecom opened 4 years ago

tsnevillecom commented 4 years ago

iOS Safari - Throwing MediaPlayer not initialized! when hitting play; although, it does play. It seems like it happens when calling this.dash.reset(); within VgDASH.prototype.destroyPlayer function (vg-dash.js), and prevents navigation away from the page unless the video has completed playing. When I comment out the line line mentioned above, the error does not appear, and I can navigate away from the page mid-stream. Help?

nolafs commented 2 years ago

Did you find a solution?