Video Conferencing in ASP.NET, flash, silverlight -



Video Conferencing in ASP.NET, flash, silverlight -

i need implement video conferencing in asp.net application.

we have cases contains 3 users. per case need set video conferencing possibility.

are there services or libraries utilize functionality?

edit:

tokbox service use, need solution maintain on own servers now. there existing services allow me this?

see here: http://www.red5chat.com/.

by far easiest solution @ point embed flash asp.net pages. can utilize red5 media server backend if want free , pretty solution. (you can pay back-end media server solutions wowza or flash media server.)

you can in theory silverlight (see http://silverlightvideochat.codeplex.com/), it's not sophisticated flash solutions, i.e., video codec isn't good, there's no aec, noise reduction, etc.

as html5, google has open-sourced webrtc, , it's working way through standards process. it's supported ~0% of browsers out there. (it released chrome dev channel in mid january: http://www.webrtc.org/blog/webrtcnowavailableinthechromedevchannel.)

but short answer, again, "use flash on client , red5 on server."

edit: little bit more client-side coding , adobe's rtmfp solution, can create peer-to-peer flash-based solution doesn't utilize server. won't scale more 2-4 users per "room", it'll have low latency, , won't require standup , back upwards server. see here started.

also, production channel of google's chrome supports webrtc (and opera). can see demo of here. firefox supports version of it, 2 aren't yet compatible, though achieving interoperability high priority both dev teams. neither ie nor safari has yet announced support.

tokbox has reasonably simple api allow utilize webrtc when it's available (it produces higher quality audio/video flash), , degrade flash when it's not. it's free 1:1 sessions or less 25,000 grouping minutes per month.

asp.net silverlight flash

Comments

Popular posts from this blog

How do I check if an insert was successful with MySQLdb in Python? -

delphi - blogger via idHTTP : error 400 bad request -

postgresql - ERROR: operator is not unique: unknown + unknown -