I have a python script that create frames from an UDP source (the source send a custom packet containing one row of the frame). After getting a full frame (640x480) I would like to send it to the browser (I should send at least 25fps).
What is the best way to do that?
Thanks.