如何使用Python和OpenCV流式传输视频而不使用Twilio?

huangapple go评论77阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2020年1月3日 13:37:17
  • 转载请务必保留本文链接:https://go.coder-hub.com/59573670.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定