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
Hi,
I have a specific case where I put preroll advertisements through ima sdk before my youtube videos.
Everything works fine except the iOS environment where it breaks on the following error:
ima3.js:551 Uncaught TypeError: Cannot read properties of undefined (reading 'length')
The sample code is directly from google-ima with the youtube 3.0.1 integrated as here. You can take it from there and see it working, except on iOS (emulation is enough).
I'm reaching out to you as there is only an issue with the youtube-tech.
Please advise.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
IMA is trying to access a nonexistent seekable property on the youtube iframe. The problem is that videojs-ima assumes that the playback tech element is a video element, which is not the case with the youtube tech.
Hi,
I have a specific case where I put preroll advertisements through ima sdk before my youtube videos.
Everything works fine except the iOS environment where it breaks on the following error:
The sample code is directly from google-ima with the youtube 3.0.1 integrated as here. You can take it from there and see it working, except on iOS (emulation is enough).
I'm reaching out to you as there is only an issue with the youtube-tech.
Please advise.
Thanks in advance.
The text was updated successfully, but these errors were encountered: