how to stream the video capture from WebRTC in VLC or PYTHON OPENCV

asked 2020-08-13 11:26:38 -0600

zakaziko gravatar image

updated 2020-08-13 11:40:23 -0600

berak gravatar image

0

i used Wowza Streaming Engine for stream the camera of my drone using RTMP protocol , and i Convert RTMP to WebRTC With Wowza Streaming Engine (with UDP protocol ) to reduce the Latency , this step work perfectly ,you can see it in this Image

Image

Now i want to show this screen video of WebRTC with python language using opencv

please tel me how can be show it with cap = cv2.VideoCapture

edit retag flag offensive close merge delete

Comments

opencv does not deal with webrtc (you have to look out for another library)

on the other hand, there is support for RTMP, so why this Wowza indirection ?

berak gravatar imageberak ( 2020-08-13 11:35:00 -0600 )edit
1

There is link for tutorial for WebRTC = Tensofflow

  1. WebRTC and TensorFlow
  2. aiortc
  3. server
supra56 gravatar imagesupra56 ( 2020-08-14 06:48:56 -0600 )edit

@berak. Can you reopen debate.?

supra56 gravatar imagesupra56 ( 2020-08-14 06:53:21 -0600 )edit
1

^^ no problem. (even if i still think, it's off topic)

berak gravatar imageberak ( 2020-08-14 06:58:56 -0600 )edit

Thank you, fella.

supra56 gravatar imagesupra56 ( 2020-08-14 07:00:26 -0600 )edit