This is the playground for a blog post. It consists of a simple MJPEG stream video server and an SPA.
The main
branch has the fix already applied. To recreate the mentioned bug just comment out img.removeAttribute("src")
in main.js
.
Have fun!
To launch the MJPEG server:
$ ./src/mjpeg-server/serve.sh
To launch the SPA:
$ ./src/spa-server/serve.sh
The following packages are needed to launch the MJPEG server successfully (assuming Fedora):