[gst-devel] gstrtspconnection.c needs setsockopt with REUSEADDR
Robert Krakora
rob.krakora at messagenetsystems.com
Fri Jun 18 14:16:31 CEST 2010
Hello,
gstrtspconnection.c needs setsockopt with REUSEADDR so that rtspsrc
may reconnect to RTSP server on the same address and port.
/* make address reusable */
if (setsockopt (fd, SOL_SOCKET, SO_REUSEADDR,
(void *) &optval, sizeof (optval)) < 0)
goto sys_error;
Best Regards,
--
Rob Krakora
Senior Software Engineer
MessageNet Systems
101 East Carmel Dr. Suite 105
Carmel, IN 46032
(317)566-1677 Ext. 206
(317)663-0808 Fax
More information about the gstreamer-devel
mailing list