You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
iOS Safari - Throwing
MediaPlayer not initialized!
when hitting play; although, it does play. It seems like it happens when callingthis.dash.reset();
withinVgDASH.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?The text was updated successfully, but these errors were encountered: