IMA plugin broken with video.js >= 7.21.1
johngeorgewright opened this issue · 2 comments
There was a change in video.js@7.21.1 which has negatively affected this plugin and now breaks during initialization.
During construction of the Controller
, you'll notice the playerWrapper
is created before the adUi
property.
With the latest video.js changes, there is no longer a timeout after the readyness of the player which now causes the playerWrapper
to immediately invoke a volume change...
Which invokes a volume change in the Controller
...
Which requires the adUi
property, which is yet to be set.
Hello @johngeorgewright ,
Thank you for sharing this issue. I will plan to look into a fix for the next plugin update.
Thank you,
Jackson
IMA SDK team
Quick update, @johngeorgewright ,
I was working on reproducing this issue, and was testing using video.js 7.21.2. However I was not able to see the error. Were there any other changes needed to see the error?