At Assembly 2005 we had relays set up around the lines of:
new 512low broadcast enabled
setup 512low input "udp:@:9000"
setup 512low output #rtp{sdp=rtsp://83.145.216.1:554/512low.sdp}
The input is mp4a+aac in mpeg ts.
When clients died forcefully, the streaming server continued to broadcast the stream thus causing a DOS attack. Shouldn't the server stop either due to ICMP unreachables or via a separate control callback (or lack of one)?
We've had to take down RTP for now and are only providing MMSH (WMV2+MP3) which was originally our secondary format.