从网络摄像头进行直播,无需使用 Adobe 实时媒体编码器
现在,我正在使用 adobe live 媒体编码器将实时网络摄像头视频流式传输到 adobe flash 媒体服务器。我想知道的是,有没有一种方法可以使用某些 Flash 或 Flex 代码或某种插件从网页内部将视频流式传输到 Adobe Flash 媒体服务器。我不希望用户使用安装在他的机器上的软件(如实时媒体编码器)来流式传输他的网络摄像头。 我希望我的网站能够做到这一点。
那么,有办法吗?
right now i m using adobe live media encoder to stream live webcam video to the adobe flash media server. All i want to know is that is there a way to stream video to Adobe flash media server from inside a web page using some flash or flex code or some sort of plugin. I dont want the user to use a software installed on his machine ( like the live media encoder) to stream his webcam feed.
I want my website to do it.
So, is there a way?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用 Adobe RTMFP / RTMP 协议。
RTMFP 是一种点对点协议,您将无法像使用 Adobe Live Media Encoder(使用 RTMP)那样记录网络摄像头流。
只需通过这些协议,您将能够在你的网站。
Yes you can do with Adobe RTMFP / RTMP protocols.
RTMFP is a peer-2-peer protocol , where you won't be able to record webcam stream as you did with Adobe Live Media Encoder (which used RTMP)
Just go through these protocols and you will be able to achieve to do this on your website.