Hi everyone, I’m currently working on a video chat system for my internship.
But I’ve a problem, with the web cam texture, in fact I send the webcam informations through RPC.
The variable is an byte[ ] and it works but the problem is the server (which receives the information of client webcam) is too slow to update the renderer… The byte[ ].lenght of the data sent is between 300 000 - 600 000… I think that’s why this is so slow moreover if the conversation is too long, the renderer freezes and the executable crashes.
So if someone now how to reduce the lag, I’ll be gratefull !
I hope you’ll understand me… If you need a part of my code, just ask !
Have a good day!!
matt