Search code examples
adobemedialivewebcam

live streaming from webcam without using Adobe live media encoder


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?


Solution

  • 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.