0

I'm developing a web conference application . Is is for the best of time and performance to use an existing open source webconference and ad some fonctionnalities or start it from scratch ?

Thanks in advance

JaX
  • 177
  • 12

2 Answers2

2

That really depends on what you want your application to do.

E.g. Whether existing opensource applications / libraries meet the requirements for your application.

As you haven't specified what time or performance constrains or other requirements for your application are it is difficult to make a recommendation due to lack of information.

If you do decide to use existing Open Source libraries or software, I suggest you have a look at the following projects, even if it is just to give yourself a better idea of your application's requirements.

Appleman1234
  • 15,946
  • 45
  • 67
  • Hi! Thanks for the quick reply.the time constraint is (4 to 5 months).this application will etablish a audio/video conversation with many persons.I know that all the open source apps have those fonctionalities which why I wanted to work with.but as this being my graduate assignement I need to add some new fonctions that are related to the compagny activity domain which BI. – JaX Mar 05 '12 at 22:08
  • 2
    I suggest you add additional information to your question by editing it. – Appleman1234 Mar 06 '12 at 00:13
1

Have a look at WebRTC. Maybe it makes sense to use that for a graduate assignement.