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
This happens with a simple implementation of videojs-contrib-ads (heisenbug.html) and with videojs-vast-vpaid (heisenbug2.html), though the latter case is much, much rarer.
This happens the most when the video doesn't autoplay, but bizarrely, adding a new subtitle track somehow fixes it.
videojs-ass is starting the clock before calling resize, thus WebRenderer.preRender is getting called before its scaleX and scaleY properties have been initialized. videojs-ass needs to fix this.
The text was updated successfully, but these errors were encountered:
Sample set
This happens with a simple implementation of videojs-contrib-ads (heisenbug.html) and with videojs-vast-vpaid (heisenbug2.html), though the latter case is much, much rarer.
This happens the most when the video doesn't autoplay, but bizarrely, adding a new subtitle track somehow fixes it.
I brought this up in the libjass repository and the main project leader had this to say
The text was updated successfully, but these errors were encountered: