Marvee Amasi
DIIDevHeads IoT Integration Server
•Created by te0 on 9/27/2024 in #edge-networking
How do I build an MJPEG server via WebSocket on ESP32 using Mongoose
Hey @te0 as you are sending a header as text and the frame as binary, maybe the WebSocket client might not be handling these frames together as you expect it to do so.
But do you know that MJPEG actually doesn't require base64 encoding, and using base64 can increase the size unnecessarily
6 replies