英文:
How to stream a video using python and opencv without twilio?
问题
我知道使用Flask框架可以在Python中进行视频流处理。但由于Twilio是一个付费平台,是否有其他可以免费用于视频流处理的平台呢?
英文:
I know that video streaming is possible with python using flask framework. But as twilio is a paid platform, is there any other platforms which can be freely used for video streaming.
答案1
得分: 3
你可以查看这篇由Miguel撰写的博客,用Flask开发视频流平台。
https://blog.miguelgrinberg.com/post/video-streaming-with-flask
这里很好地解释了理论,我个人推荐它。
如果你想了解一些识别或CV方面的内容,也可以查看PyImageSearch的教程。
https://www.pyimagesearch.com/2019/09/02/opencv-stream-video-to-web-browser-html-page/
我认为这个教程对你更相关,但如果你是Python新手,可能会觉得有点压力。
英文:
You can check out this blog written by miguel to develop a video steaming platform using flask.
https://blog.miguelgrinberg.com/post/video-streaming-with-flask
The theory is explained pretty well here and i personally recommend it.
If you want to some recognition or CV stuff you can also checkout tutorial by PyImageSearch.
https://www.pyimagesearch.com/2019/09/02/opencv-stream-video-to-web-browser-html-page/
I think this tutorial is more relevant for you but if you are new to python you may find this a bit overwhelming.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论