Are you sure that you aren't using some kind of wrapper component? The Feathers component is named VideoPlayer
. If you have added it as a child of another component, you'll need to redispatch all events. They do not bubble.
Additionally, please be aware that you may need to listen for FeathersEventType.ERROR
too.
Finally, are you sure that the IOError
is being thrown by the VideoPlayer
, and not from something else?