The (really) basic approach I'd take in any language would be:
- Establish connection with peer
- Start image capture and push thread
- Start chat thread
- Grab images from other side as they're pushed over and display them
In any case, to create a video chat in Perl would be a lot of work. Is there a reason you can't use existing software?
| [reply] |
Simple Answer: You can do anything in Perl you can do in C, the problem is, you need to choose the best tool for the job. C++ would probably be a better choice to write such a tool.
My code doesn't have bugs, it just develops random features.
Flame
| [reply] |