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





Reply With Quote
but it left the thread in a somewhat confused state.
This is the second or third time I have seen the "video conference software" question in recent days on this forum and others.

Bookmarks