Wowza Community

TCP vs. UDP

Hello, in the GoCoder instructions it says “Set Transport to TCP if you intend to encode a stream for a lengthy period of time” and goes on to explain the latency issues. What is considered a “lengthy period of time”?

Hi there, UDP is the fire and forget protocol, there is no error checking. TCP connections are more stable. On a VLAN with great network stability UDP will work well, but otherwise TCP might be better.

There is not specific time. Short time over less stable network might be okay for UDP.

Salvadore