山东布谷科技直播软件开发WebRTC技术:建立实时通信优质平台
摘要:
直播软件开发WebRTC技术的部分代码参考while True:
data = stream.read()
rgb_data = np.frombuffer(data, np.uint8).reshape(1, -1)
cv2.imshow('WebRTC', rgb_data)
if cv2.waitKey(1) & 0xFF == ord('q'):
break 阅读全文
posted @ 2023-08-12 10:39 山东布谷科技小魏 阅读(47) 评论(0) 推荐(0)