From: Jeroen M. <je...@un...> - 2007-12-31 02:40:15
|
Hi, See attached the obligatory IPv6 patch, which now allows my wee little slug (paradise.ch.unfix.org) to play as a webcam server, even though it is behind a double IPv4 NAT, though has full IPv6 connectivity with the help from AYIYA/aiccu :) The patch simply changes the IPv4 specifics to use getaddrinfo() properly and also tries all the returned addresses instead of only one. Tested & Works on Debian ARM compile (3.2.3-2.1). Stream can be found at: http://paradise.ch.unfix.org:8001/ Indeed the IPv4 address there is unreachable as it lies in test space. Which still exhibits the Firefox bug where you have to reload first, thus the changing of the Cache-Control headers didn't fix that, I guess that a generated Expires/Last-Modified tag is required to really fix it. Greets, Jeroen -- PS: http://www.lavrsen.dk/twiki/bin/view/Motion/MailingList states that the archives are at: http://sourceforge.net/mailarchive/forum.php?forum_id=45090 but of course Source Forge has changed that thus it now is: http://sourceforge.net/mailarchive/forum.php?forum_name=motion-user which is a bit more logical maybe, in a way. PPS: Almost Happy New Year :) |