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
You really don’t need the
data:image/jpeg;base64
prefix for WebSocket communication that's unless you're embedding the image directly in HTML or working with Data URLs. Instead, send the raw JPEG frames directly as binary data over the WebSocket6 replies