添加链接
link之家
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接
相关文章推荐
一身肌肉的乌龙茶  ·  Qt ...·  1 年前    · 
爱听歌的匕首  ·  spring - ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

In openCV cv2.VideoCapture() , I want receive video stream from webRTC server Only Janus webRTC of node.js is available.

How can it be implemented?

You should be able to use GStreamer for that.

cv2.VideoCapture() accepts a GStreamer pipeline, so you can use the webrtcbin and appsink plugins combined to receive a stream from any WebRTC client (including Janus).

Check out these links for guidance on how to do so:

https://answers.opencv.org/question/202017/how-to-use-gstreamer-pipeline-in-opencv/ https://gstreamer.freedesktop.org/documentation/webrtc/index.html?gi-language=python https://gstreamer.freedesktop.org/documentation/application-development/basics/init.html?gi-language=python

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question . Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers .