[Flask] How to Stream and not paralize the server

Pablo Lozano plozano94 at gmail.com
Sun Feb 28 14:53:56 EST 2016


Hi everybody,

I'm making a little server where I have a loging, a page where we stream
video, and another page for sending some commands. Steaming video is
running this way: http://www.chioka.in/python-live-video-streaming-example/
But when it starts streaming, I cant acceed to the page of commands,
because server is bloqued in a while true loop for streaming.

I probe launching some threading but then I cant see the camera. What
should I do?

Thanks everyone.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/flask/attachments/20160228/770f8f60/attachment.html>


More information about the Flask mailing list