greggman / ffmpegserver.js

Receives canvas frames from browser to generate video on the server. Compatible with CCapture.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Invalid example CCCapture import

vorg opened this issue · comments

Including CCapture.min.js doesn't work and should be changed to CCapture.js

https://github.com/greggman/ffmpegserver.js#serving-your-project-files

<script src="http://localhost:8080/ffmpegserver/CCapture.min.js"></script> <-- here
<script src="http://localhost:8080/ffmpegserver/ffmpegserver.js"></script>

thanks for pointing that out. I updated the readme