Can connect UDP, but can't stream video
Ok, this is weird.
This works if both clients are "inside" the network (connect UDP and send/receive video).
But, not if one is on the outside of the network (will connect, but no video)..
I can connect 2 clients (1 inside our network) to another client (outside our network).
Our systems admins told me that they opened up UDP for ports 1935 and also 19350-20350.
Also changed the Adapter.xml and added the following (the 9's are for security reasons):
<HostPort public="99.999.999.99:19350-20350">:19350-20350</HostPort>
they exchange keys, I see both keys are passed to each other.
netStream = new NetStream(netConnection,farid);
but this doesn't work. I can't connect to the netstream of the farID
Is it something to do with one being on the outside?
Any ideas?
Greatly Appreciated!
Andy G.
Message was edited by: gstboces1
