On Fri, 20 Jan 2012, Luca Barbato wrote:
On 20/01/12 13:45, Martin Storsjö wrote:+ port_off = av_get_random_seed() % (RTSP_RTP_PORT_MAX - RTSP_RTP_PORT_MIN);Not sure if it might have an impact on performance and/or randomness availability.
Shouldn't be an issue, av_get_random_seed() uses urandom which shouldn't block.
// Martin
_______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
