Skip to main content
gstboces1
Known Participant
August 31, 2011
Question

Can connect UDP, but can't stream video

  • August 31, 2011
  • 1 reply
  • 1418 views

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

    This topic has been closed for replies.

    1 reply

    calmchessplayer
    Inspiring
    August 31, 2011

    I open for both udp and tcp i'm pretty sure its required let me bring up tcpview and see. I'll post again in a minute.

    calmchessplayer
    Inspiring
    August 31, 2011

    yes i'm definately listening on TCP

    gstboces1
    gstboces1Author
    Known Participant
    August 31, 2011

    Here is what my systems admin gave me.

    we have the following open.

    TCP 1935

    UDP 1935

    UDP 19350-20350

    Is there anything else I should have?