I’m trying to use a live video stream URL (coming from a webcam) in a Phaser 3 game.
My code works fine when loading a static mp4 file, but when I replace it with the live stream URL, the video is not loaded. When I try to play it, the console shows “Video not loaded”.
Anyone successfully loaded a live video stream?