gstrtspconnection.c needs setsockopt with REUSEADDR

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

gstrtspconnection.c needs setsockopt with REUSEADDR

krakorar
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

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.sourceforge.net/lists/listinfo/gstreamer-devel