I have an application that streams h.264 video broadcast and on demand. But I need to send that video to a specific address, but not on demand. To send broadcast I use a similar way to testMPEG4VideoStreamer, changing random multicast address to a broadcast network address. It works perfect, but when I change this broadcast address to an unicast address, it breaks down. It works for a few seconds, until 
RTCP SR packet is send, network returns an ICMP message (Port Unreacheable) because the client is not already avaible. Then, it gives me an error (bytesRead=-1 / err=9) and application stop sending RTP packets. <br><br>Is there some way to keep alive session, t
<span class="ital-inline">hough client is not alive?<br><br>Thanks in advance,<br><br>Ramon<br><br><br></span>