Search found 1 match
- Tue Aug 16, 2005 5:17 pm
- Forum: PHP - Code
- Topic: Creating a two-way dynamic rule to allow UDP traffic
- Replies: 1
- Views: 103
Creating a two-way dynamic rule to allow UDP traffic
Hi, I have an application that streams audio/video over UDP to xxx.xxx.xxx.xxx:xxxx. Since UDP is connectionless, if the client is behind a router/firewall, there is no way he will be able to watch the stream without configuring the router itself. In theory, a way to enable it would be for the clien...