标签: python node.js stream video-streaming
我希望能够从互联网地址捕获Python中的视频流。
对于我的示例,我通过http从VLC流式传输到此node.js应用程序: https://github.com/sinclairzx81/vlc.web.stream
然后此节点应用程序将此实时流公开给localhost:5000 / stream。现在我想捕获这个流并使用opencv实时显示它。