Wowza Community

Cuechange event do not fire on ios devices

cuechange event do not fire on ios devices using video.js

event.track.mode = ‘hidden’;

if(event.track.addEventListener) {

event.track.addEventListener(‘cuechange’,_cuechange);

}

else

{

// the safari native way

event.track.oncuechange = _cuechange;

}

We’ll need to have a better understanding of your workflow with video.js to assist. We cannot debug in the forums as this requires full access to your files and logs. You can send us that info in a support ticket and we can assist with this:

https://www.wowza.com/support/open-ticket