如何在没有Flash的情况下使用HTML5将实时视频流式传输到Wowza?

问题描述 投票:3回答:1

我在网上找到了解决方案,可以捕获屏幕截图,流式传输音频,录制和上传视频,但却无法找到演示如何从网络摄像头流式传输实时视频的资源。我已经研究过WebRTC,但无法弄清楚如何使用RTMP。

javascript html html5 webrtc wowza
1个回答
0
投票

没有浏览器插件(即Flash Player)的帮助,您将无法编码为RTMP。你可以用access to your media devices轻松获得getUserMedia。如果您需要远程捕获该流,则需要向另一个对等方(可以是服务器)打开PeerConnection。如果您需要,此远程对等方可以是服务器:

https://www.red5pro.com/docs/server/webrtc.html https://www.wowza.com/products/capabilities/webrtc-streaming-software

© www.soinside.com 2019 - 2024. All rights reserved.