Including `CCapture.min.js` doesn't work and should be changed to `CCapture.js` https://github.com/greggman/ffmpegserver.js#serving-your-project-files ``` html <script src="http://localhost:8080/ffmpegserver/CCapture.min.js"></script> <-- here <script src="http://localhost:8080/ffmpegserver/ffmpegserver.js"></script> ```