Results 1 to 5 of 5

Thread: Video Conference Develop

  1. #1
    Join Date
    Jan 2008
    Posts
    39
    Thanks
    1
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Video Conference Develop

    Hi i have been searching in the web about developing video conference software but i cant find anything about it. Can anyone can give a hint! thX

  2. #2
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Video Conference Develop

    Go away, spammer. If I could figure out how to report you and get you banned, I would.

    Edit: Aha! Found it - that little triangle icon with the exclamation point!

  3. #3
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Video Conference Develop

    Quote Originally Posted by Ricardo_arg View Post
    Hi i have been searching in the web about developing video conference software but i cant find anything about it. Can anyone can give a hint! thX
    You are unlikely to find a copy and paste example of video conferencing code that meets your requirements (whatever they are). Like all programming you need to break the problem into smaller components and work out how to each of these before bringing them together. For video conferencing:
    • How do I capture video frames? What format? What devices do I need to capture form? What platforms? What tools exist that I can use?
    • All of the above, only for audio
    • How do I ensure synchronisation of audio to video?
    • How do I transmit these to a remote party? What constraints must my transmission deal with? How can my software traverse firewalls and other network hazards?
    • How do I do that if there are multiple remote parties?
    • How do parties to the video conference find each other? Do I need a directory service?
    • How do I do anything else that is required in my solution?


    You could base an entire book on general answers to those questions

  4. #4
    Join Date
    Jan 2008
    Location
    Alameda, CA, USA
    Posts
    5,230
    Thanks
    302
    Thanked 864 Times in 851 Posts
    Qt products
    Qt5
    Platforms
    Windows

    Default Re: Video Conference Develop

    Go away, spammer. If I could figure out how to report you and get you banned, I would.
    @ChrisW67 and others who might read this thread: My reply was in regard to a spam comment (which has since been removed), made on 01/08 by someone promoting their videoconferencing software and was not in reference to the original post from 3 1/2 years ago. That comment appeared in-between the original post and mine.

    Apparently I was successful in getting the spam comment removed but it left the thread in a somewhat confused state.

  5. #5
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Video Conference Develop

    Aarrgghh!! I saw the spam but did not notice that the thread was three years old This is the second or third time I have seen the "video conference software" question in recent days on this forum and others.

Similar Threads

  1. Replies: 1
    Last Post: 12th April 2010, 12:00
  2. Replies: 3
    Last Post: 5th July 2009, 17:22
  3. Video freezes during mpeg video playback using Phonon
    By davejames in forum Qt Programming
    Replies: 2
    Last Post: 12th January 2009, 08:45
  4. Qt conference / Qt training
    By Tedor in forum General Discussion
    Replies: 2
    Last Post: 4th December 2008, 20:19

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.