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
I have an application running on Android tv developed by javascript and html and wrapped with Cordova i have no issue playing any videos but when i am trying to advertise the player crash
when i run it on normal browser the ad works fine the problem happens only on android TV
and i get this error
/////
[FakeEventTarget] Error occurred when handling event: medialoaded. TypeError: Cannot read properties of null (reading 'updateAdsRenderingSettings')
at r. (ima.js:655)
at r.t.dispatchEvent (fake-event-target.js:95)
at r. (kaltura-player.js:112)
at r.t.dispatchEvent (fake-event-target.js:95)
at e. (player.js:1832)
at r (event-manager.js:46)
at r.t.dispatchEvent (fake-event-target.js:95)
at player.js:2198
/////
Does any one has an explanation why this is happening? thanks in advance.
The text was updated successfully, but these errors were encountered:
I have an application running on Android tv developed by javascript and html and wrapped with Cordova i have no issue playing any videos but when i am trying to advertise the player crash
the player config:
var config = {
...
flashvars: {
kava: {
plugin: false
},
ima: {
plugin: false
}
},
plugins: {
ima: {}
},
advertising: {
adBreaks: [ {
position: 5,
ads: [{
url: [ad_url]
}]
}]
}
....
}
when i run it on normal browser the ad works fine the problem happens only on android TV
and i get this error
/////
[FakeEventTarget] Error occurred when handling event: medialoaded. TypeError: Cannot read properties of null (reading 'updateAdsRenderingSettings')
at r. (ima.js:655)
at r.t.dispatchEvent (fake-event-target.js:95)
at r. (kaltura-player.js:112)
at r.t.dispatchEvent (fake-event-target.js:95)
at e. (player.js:1832)
at r (event-manager.js:46)
at r.t.dispatchEvent (fake-event-target.js:95)
at player.js:2198
/////
Does any one has an explanation why this is happening? thanks in advance.
The text was updated successfully, but these errors were encountered: