I was working on an application that streams live video using Flash client and Wowza media server.

As of now, I use an independent desktop based encoder(Flash Media Live Encoder) to publish my live stream.

I wanted to know if it is possible to do the encoding part in the browser? My application would be a used by many to publish their streams so I cannot ask everyone to use FMLE to publish.

I was wondering how do the other web based video chat applications do the encoding part over the web.

Please help. Thanks

link|improve this question

feedback

1 Answer

Flash Media Server supports accepting a video stream from the browser and pushing it out to other clients live. I don't know if Wowza has this functionality though.

link|improve this answer
what is the web based encoding tool used in that case? – Johnny Feb 13 '11 at 15:21
@James, it's built into Flash Player. With just Flash you can attach the client's webcam to a netstream and send it up to FMS. – Samuel Neff Feb 13 '11 at 19:55
yea, but is that stream encoded? I doubt it is. – Johnny Feb 14 '11 at 7:50
@James, encoded? of course, you can't send an analog stream over the internet unless it's digitally encoded. Webcams don't even provide an analog stream, it has to be encoded in some format before being sent over usb. What are you really asking? Is it H264, no, it's an earlier Flash codec that is supported by both Flash and FMS. – Samuel Neff Feb 14 '11 at 13:15
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.