Transmitting and receiving on the same port?

Can we transmit and receive media on the same port using jmf?Thank you,
[85 byte] By [ravi_iiit] at [2007-9-30 18:22:27]
# 1
I think no :)Just transmission gives us 2 ports, 4example if it would be 5000 port, we'll have 5000 for stream and 5001 for "metadata" (sorry, dont know how it called exactly). Or on the contary.wew64 could give answer, I suppose? =)
watergad at 2007-7-6 19:32:27 > top of Java-index,Security,Cryptography...
# 2

Thinking about that (and it's just doesn't make sense), you could, but why?

Depends on what you want to use it for.

It's alot easier *cheaper* to just open another port.

transmit 5000(rtp)5001(rtcp),receive 5002(rtp)5003(rtcp).

4 ports total-Then if each were multiSession's, you could have multiple streams on only 4 ports.

wew64 at 2007-7-6 19:32:27 > top of Java-index,Security,Cryptography...