Wikipedia says that Flash allows "bidirectional streaming of audio and video". Is it possible to do that with other technologies (for example with JavaScript)?

In other words, I want to transfer video from one user of web-site to another one in real time.

I want to have something that is already installed by many users or easy to install (Flash fulfills this requirements). And I want to have something free.

link|improve this question

72% accept rate
Why not just use Flash? – Dave Rickman Jun 5 '10 at 12:06
feedback

1 Answer

Flash is probably going to be your best bet since it is already installed for the vast majority of web users and it already supports the technology you're working with (webcams, microphones, audio/video streams, etc.).

link|improve this answer
1  
huh? "direct user-to-user connections will be essentially impossible if you're using Flash" what are you saying? flash provides p2p communication for audio and video streams; central server is used only to bootstrap it. this is how [now exploding] number of audio/video chat websites uses it; they do not re-transmit all the streams - that would be overkill; newteevee.com/2008/12/04/… – pQd Jun 6 '10 at 6:31
I stand corrected on that point. I wasn't aware Flash had that particular capability. – Justin Scott Jun 6 '10 at 13:43
feedback

Your Answer

 
or
required, but never shown

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