What options are currently available for live streaming of video over UDP?
Current solution uses libx264 and wowza media server, to serve up an rtmp stream. Unfortunately it's communicating over TCP, and while this is working okay locally I now have to serve up video streams offshore to India. There is some latency and packet loss, and I think the way TCP guarantees delivery is exacerbating problems. It is for an interactive application so low latency is critical, video quality less so.
The only solution I'm currently aware of for video streaming over UDP is Flash Media Server v4 using rtmfp. However this is not an option at the moment because they only support Windows Server or Redhat/CentOS (want something debian based).