I am Having the requirement to do Features Like
Audio,Video and Text Chat and also File Transfer Features as a Web application Project ( for eg, Skype in web application).
I am Analyzing The SIP SDK Providers like
"Ozeki VoIP SIP SDK " , "AVSPEED Web Video Conferencing SDK"
to do the application in Silver light. I am slightly confusing to do all these features and i hope that i am going in the right direction.
I would like to know any other methods or technologies to follow to do all these features in web application. Can I have any resources or articles regarding this. any help will be greatly appreciated.
Thanks & Regards
Vijay
Answer: 1
SIP is the right way to go in my opinion for such a wide array of features. Do you also need to support conferencing? If so, I recommend you put thought in how you are going to design your server first as that is where the challenges will lie in terms of multiplexing AV/File upload etc. For client/browser - you can also explore HTML 5 web sockets as an alternate to Silverlight plugin - the technology is still a bit raw - they are not supported in IE 9 but will be in IE10. I believe binary data on web sockets is already supported in Chrome and Firefox.
by : dhruv choprahttp://stackoverflow.com/users/1632466
No comments:
Post a Comment
Send us your comment related to the topic mentioned on the blog