duaeim2874 2015-05-11 09:07
浏览 146
已采纳

使用FFMPEG将实时网络摄像头AV源传输到wowza

I have been trying to find out how to live stream my webcam feed to my wowza server. I am trying to make a web application in php that lets users stream live video through their webcam.

I am confused, if i need to install FFMPEG in every user's computer that uses my application or just installing it in my web server will do??

Thank you in advance. A little help would be much appreciated.

  • 写回答

1条回答 默认 最新

  • duanji1043 2015-05-11 10:18
    关注

    The user's webcam stream is on the client-side and the problem is getting that stream from each client to your server so having FFmpeg on the server won't help you a lot.

    This is achieved by using some form of browser plugin, like Flash or Silverlight and hopefully in a near future using directly HTML5 / WebRTC.

    For Wowza you can use the FlashRTMPPlayer . Here's the documentation showing how to record a webcam feed and how to setup a live video chat application which is probably a good starting point for your live streaming application.

    There are some other libraries that can do the same. Search for webcam Flash RTMP capture.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

手机看
程序员都在用的中文IT技术交流社区

程序员都在用的中文IT技术交流社区

专业的中文 IT 技术社区,与千万技术人共成长

专业的中文 IT 技术社区,与千万技术人共成长

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

关注【CSDN】视频号,行业资讯、技术分享精彩不断,直播好礼送不停!

客服 返回
顶部