Hi all,
I'm working on an App2App video streaming project and have run up against a problem.
After sending streams both through the alter-write and alter-datagram commands, the receiving computer seems to keep using more and more memory resources as it receives the stream.
This is with the ActiveX wrapper.
When the app is shut down, the memory returns to normal.
It appears that all streams are written to a buffer, and the info just builds and never clears- thus causing the issue. And I am reading the data as it comes.
Unless you've tried to send many megs of data, the problem wouldn't be apparent.
Any idea's/thoughts?
I've gone over all the Skype API documentation and the Active S wrapper doc (Chaos Labs) and there is no clear history for app2app or anything of that kind.
Thanks in advance,
Joe