RTP vs UDP
- For a more reliable stream with possibly higher latency, use RTP
- For a lower latency stream with possibly less reliability, use UDP
General
When setting up a unicast stream, remember these details:
-
Use the IP of the unicast target that corresponds to the setup type
-
If streaming unicast on the same network, use the target's IP
-
If streaming unicast over different networks, use the externally facing IP of the target's network
-
-
Valid port range is 1000 - 65000 (the port you choose can be arbitrary, we like to use 1234 for ease of remembering)
-
Ensure the chosen port is unused. Port conflicts often cause stream stability issues.
-