Video Chat/Conferencing Resources/Documentation

Last post 09-17-2009 9:35 PM by abinsmuhammad. 15 replies.

Sort Posts:

  • Video Chat/Conferencing Resources/Documentation

    04-02-2003, 11:28 AM
    Locked
    • Member
      100 point Member
    • aspx_uk
    • Member since 12-19-2002, 4:31 AM
    • Posts 20
    Hi,

    Does anyone know of any good documentation or resources on creating a video chat/conferencing system using c# or c++? I have looked at a number of sites, but could you find any free or fee-based references,

    Thanks,

    John
  • Re: Video Chat/Conferencing Resources/Documentation

    04-03-2003, 4:37 AM
    Locked
    • Member
      10 point Member
    • thona
    • Member since 08-16-2002, 2:26 AM
    • Posts 2,923
    Welcome - you are bound for failure.

    I spend around a year of time developing a video conferencing solution with a small team for a customer, and we are FAR from done. You have to handle a ton of different stuff. The documentation is out there - start with DirectShow (stream handling) and the RTP RFC's. Oh, and there are H.323 references available - they cost a little, but they are there.
    Thomas Tomiczek
    PowerNodes ApS
    (Microsoft MVP C#/.NET)
    ---
    Building a Website? Try the PowerNodes CMS - http://www.powernodes.com/
  • Re: Video Chat/Conferencing Resources/Documentation

    05-12-2003, 3:58 PM
    Locked
    • Member
      10 point Member
    • man_krastogi
    • Member since 03-11-2003, 10:50 AM
    • Posts 2
    Please let me know incase you got some references. In whole world of .NEt i cant find a good link to do video handling.

    Thanks

    Manoj
  • Re: Video Chat/Conferencing Resources/Documentation

    05-13-2003, 1:52 AM
    Locked
    • Member
      10 point Member
    • thona
    • Member since 08-16-2002, 2:26 AM
    • Posts 2,923
    Well, start with reading the standards (SIP, RTP, RTPS, H323) and learn DirectShow from C++.
    Thomas Tomiczek
    PowerNodes ApS
    (Microsoft MVP C#/.NET)
    ---
    Building a Website? Try the PowerNodes CMS - http://www.powernodes.com/
  • Help required for Video Conferencing using ASP.NET

    07-17-2003, 7:26 AM
    Locked
    • Member
      5 point Member
    • parthi_b
    • Member since 07-17-2003, 7:10 AM
    • Posts 1
    I went thru ur comments and suggestion on video conferencing using C#. Infact i'm also looking for some references for developing a video conferencing application using ASP.NET.

    Is there any tools/third party tools are available to implement this functionality?

    Please help me out in this.

    Thanks
    Parthiban
  • Re: Help required for Video Conferencing using ASP.NET

    07-23-2003, 2:07 AM
    Locked
    • Member
      10 point Member
    • thona
    • Member since 08-16-2002, 2:26 AM
    • Posts 2,923
    ::Infact i'm also looking for some references for developing a video conferencing application
    ::using ASP.NET.

    Technicall impsollible. ASP.NET is about turning over web pages or serving files. YOu dont seriously want to run videoconferencing ina HTML page with self refresh and a new image every time?

    EVERY video conferencing solution has to run on the CLIENT. And with hugh rights (access to hardware - camera and microphone). ASP.NET could be used to turn out a page hosting such a control (as could static HTML), but this is all.

    Use ASP.NET what is was done for.

    ::Is there any tools/third party tools are available to implement this functionality?

    Netmeeting can be integrated in HTML pages, which is H.323 based.´(which most routers dont support). On XP the RTC framework could be used to write a control that you can host on a pag. WOuld be SIP based (which most routers dont support either, but then it has UPNP, and there some step in).
    Thomas Tomiczek
    PowerNodes ApS
    (Microsoft MVP C#/.NET)
    ---
    Building a Website? Try the PowerNodes CMS - http://www.powernodes.com/
  • Re: Video Chat/Conferencing Resources/Documentation

    10-07-2004, 8:36 AM
    Locked
    • Member
      5 point Member
    • HrairAv
    • Member since 10-07-2004, 8:25 AM
    • Posts 1
    Hi dear

    Sorry for my poor English, but I thinck I can help you

    Did you ever hear about rtc (Real time communication client and server)

    You have to have it, and you can find all you need , just look at the help.

    I created the program like you need, if you have any other questions just let me know

    Hrair Avanesyan from Armenia, Yerevan(harry_eagle@yahoo.com)

    PostScript: If you still have a problem to find things let me know, I can tell you there to find
    and you have to know, what video conferencing is workin only on XP's and later platforms
  • Big Smile [:D] Re: Video Chat/Conferencing Resources/Documentation

    07-07-2005, 11:29 PM
    Locked
    • Member
      35 point Member
    • mariamhamid
    • Member since 06-20-2005, 7:31 AM
    • Malaysia
    • Posts 7
    hai...
    I am also try to add netmeeting in my web. How should I start?
    Please guide me....Thanks in advance.


    mariam
    adik692002@yahoo.com
  • Re: Video Chat/Conferencing Resources/Documentation

    05-07-2008, 8:22 AM
    Locked

     can any one do help in this regard I am also struggling for this kind of requirement since man days.

    I need to transfer live video on the internet and record that in parallel in the web forum

     

    Regards,
    Pavithru Pinnamaneni
  • Video Chat/Conferencing Resources/Documentation

    03-12-2009, 11:04 AM
    Locked
    • Member
      11 point Member
    • mohanish
    • Member since 09-03-2007, 10:04 AM
    • Posts 20

     hey all,

    i have been working on applying video conferencing in asp.net for a long time and this really makes my hairs pull off from my head.

    and i just came up with a solution that u have to use Flash Media server with ASP.NET in accordance  with the Flash Action scripting for detecting the camera and all that stuff .

    i have done with it ...and recently i posed it with the code.

     

    Sincerely,
    Mohanish Mahajan.
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread. ”
  • Re: Video Chat/Conferencing Resources/Documentation

    05-04-2009, 6:31 AM
    Locked
    • Member
      2 point Member
    • srinumca
    • Member since 05-04-2009, 10:10 AM
    • Posts 1

    dear sir,

    i am working with video conferencing project since 4 months i didnt get the correct result. My requirement is that i want to capture video from web cam and to arrange video conference between memebers through asp.net with c# and backend as SQL Server 2005.

    If it is possible kindly send me the code or any small application on video capturing and video conference to my mail id  gumma_rao@yahoo.co.in

     Please send me reply

     

    Thanks

     

     

  • Re: Video Chat/Conferencing Resources/Documentation

    05-04-2009, 8:11 AM
    Locked
    • Member
      11 point Member
    • mohanish
    • Member since 09-03-2007, 10:04 AM
    • Posts 20

    ya u can use ASP.NET AND SQL SERVER 2005 for the video conference...as i am already using it....

    what i did was that...i am using FMS(Flash media server ) fro it for real time application....using web cam and head phones with it make it easy with the adobe flash player.and then you can capture the videos for the real time applications u want...or liek what v did in chatting (webcam sharing)

    Sincerely,
    Mohanish Mahajan.
    Microsoft Online Community Support

    “Please remember to click “Mark as Answer” on the post that helps you. This can be beneficial to other community members reading the thread. ”
  • Re: Video Chat/Conferencing Resources/Documentation

    07-01-2009, 4:11 AM
    Locked
    • Member
      89 point Member
    • robinspaul
    • Member since 06-12-2008, 9:09 AM
    • Posts 244

    After a couple of hours googling I got the following link:_

    http://www.codeproject.com/KB/IP/Video_Voice_Conferencing.aspx


    But, I don't know how to implement this. Can anyone tell me whether  I need any hardware to do it other than camera?


  • Re: Video Chat/Conferencing Resources/Documentation

    09-07-2009, 11:31 AM
    Locked
    • Member
      2 point Member
    • hamdanhashmi
    • Member since 09-07-2009, 3:13 PM
    • Posts 1

    mohanish if u dont mind can u give any example or tutorial how u do this?using asp.net  as u said u did it please

     

  • Re: Video Chat/Conferencing Resources/Documentation

    09-11-2009, 3:23 AM
    Locked
    • Member
      528 point Member
    • kathirvelmm
    • Member since 05-05-2008, 7:46 AM
    • Chennai-India
    • Posts 160

    "hamdanhashmi"am also working with the same type of requirement. if interested we can share and work on this module?

    Have some good experience in socket programming, Network programming also with evolutionary algorithms

    kathirvel.mariappan@rediffmail.com.




    Kathirvel
    Follow me here
    Please mark as Answer if this solves your problem, Let other users get benefited.


Page 1 of 2 (16 items) 1 2 Next >