Live video stream playing

Hello!
I have a project web game, in which i must stream a live video feed from another server.
I have a solution, by creating inside phaser an html iframe video element, and adding it to he container.innerHtml element of my page where the phaser game is running.

This solution works like magic, the only drawback I have, is that it must be always on top of the phaser game to be shown.

Is there a way to incorporate a live stream video inside my Phaser game. So that i can draw something on top of it maybe? Or have more simple control over it?

Any help or pointing out or idea is must welcome!