Applet receiving DatagramPackets...

I everyone...my problem is very simple to explain:I need my applet to receive datagram packets from a rtsp server! Is there any problem doing this or is just my source code that's wrong?Thanks,Andr?Costa
[239 byte] By [caga_na_sakinhaa] at [2007-10-2 19:47:13]
# 1
Wrong how? What problem are you experiencing?NB from the javadoc:'If there is a security manager, a packet cannot be received if the security manager's checkAccept method does not allow it.'
ejpa at 2007-7-13 22:25:52 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...
# 2

Hi,

my applet is supposed to be receiving datagramPackets but it doesn't...

I've done some experiences, and even with a tcp connection packets don't reach the applet... the connection is established but when I try to send or receive, nothing happens and no exceptions are thrown...

I've never used a security manager, can you give some tips about it's usefulness?

Thanks a lot,

Andr?Costa

caga_na_sakinhaa at 2007-7-13 22:25:52 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...