I am sending video from frontend to backend using html form.After object detection I have to send objection detection video frames from backend to frontend now I am converting each frame to base64 and sending to frontend using api but it is very slow is there other better way to do that