SCNRenderer does not render AVPlayer on iOS 13

I use

SCNRenderer
with Vuforia. On iOS 13, video content not showing, sound is heard. I tried to set the video material in the following ways:
material.diffuse.contents = AVPlayer

or

material.diffuse.contents = SKVideoNode

But none of these methods work on iOS 13. Unfortunately, I don’t have the opportunity to use

SCNView
to render a
SCNScene
, since it is impossible to use with Vuforia. Maybe someone has already encountered this? Or does someone know how to otherwise render the
AVPlayer
in the
SCNScene
?