Reading "Building the realtime user experience" by Ted Roden, I was wondering how to go further and get some video chat web app up and running without the use of flash.

So, in terms of feasibility:

  • client-side: how can one access to cam and mic local streams not using flash ?
  • server-side: are there any existing frameworks or open source servers (something like red5) that focus on this kind of use cases ? If not, what do I need to build my own (lightweight) visio chat server ?

I'm afraid flash seems to be the unique way to go for the moment, that's why I'm asking you folks, if someone could make it more obvious to me.

link|improve this question

50% accept rate
Why not use Flash? – amn Apr 19 '11 at 15:02
I'm seeking a plugin-less solution – aminho Apr 19 '11 at 16:48
No news for this question ? – aminho Mar 16 at 16:50
feedback

2 Answers

I haven't read the book, therefore maybe I don't see the point in building a non-flash videochat app today.

As you already gave a link to another post, where they talk about html5 and stuff, you can also see that today the easiest way is flash. Not only because it is well documented, but because people usually have flash on their machines - at least those who want to use video chat. This makes it easy to involve them in an experience like that. Flash is installed, so you don't need to force them to download any new plugins.

If new standards allow web developers to get free from flash, you will still need to wait for people to download the new browsers which let them enjoy the new standards.

But going back to your question, if you don't want it today, but asking in general: According to some pages I don't dare to quote here, html5 is what you are looking for. A "pluginless" world.

link|improve this answer
Thanks for this answer, it makes sense and it is objective. Still I'm curious to know what are the different means of capturing video/audio from a web client. – aminho Apr 21 '11 at 11:31
feedback

Yep - HTML5 CSS3 and perhaps using a combination of flash and another one or two video technologies to allow for differing browsers and platforms. We are currently looking into developing a project just along these lines. The desire to be on iPhone Android Mac Linux and PC in a public chat is advanced and eventually necessary. To understand the use of the three different technologies see the VideoJS open source project.

link|improve this answer
Thanks Chris, I'm going to check the VideoJS project. – aminho Dec 22 '11 at 3:30
Hmmm It looks like a video player only, the idea was to display AND capture video with no flash. But thanks anyway – aminho Dec 22 '11 at 3:32
feedback

Your Answer

 
or
required, but never shown

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