From cvs at videolan.org Sat Jun 14 23:45:12 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Sat, 14 Jun 2003 23:45:12 +0200 (CEST) Subject: CVS Commit (zorglub) Message-ID: <20030614214512.AA91E233A7@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: AUTHORS Makefile broadcast.cpp broadcast.h message.cpp parser.cpp parser.h sap.cfg sapserver.cpp Log Message: * broadcast.h , broadcast.cpp , parser.cpp , parser.h , sapserver.cpp,sap.cfg IPv6 SAP support. Not very useful at the moment since VLC doesn't support it, however. It will only work for link-local streaming at the moment,since the SAP address depends on the prefix, but it will be the more likely case. You now have the ipversion= configuration option (6 for IPv6,anything else for ipv4). * Makefile: Use intelligent compilation and compilation options * all: check system calls and take the appropriate action * parser.cpp , parser.h , sapserver.cpp: -s option to display dots. -- zorglub -- This is the vlcs-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Mon Jun 16 12:26:47 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Mon, 16 Jun 2003 12:26:47 +0200 (CEST) Subject: CVS Commit (zorglub) Message-ID: <20030616102647.BA3A923430@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: Makefile broadcast.cpp broadcast.h message.cpp parser.cpp parser.h program.cpp program.h sap.cfg sapserver.cpp sapserver.h Log Message: * Now able to announce IPv6 sessions. For each program, you just have to say if they are IPv6. (VLC needs VERY small changes to be able to read them) * Improved IPv6 announces (multi-scope) * Ability to give the specify the TTL of the program, instead of just saying 15 -- zorglub -- This is the vlcs-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Mon Jun 16 17:30:12 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Mon, 16 Jun 2003 17:30:12 +0200 (CEST) Subject: CVS Commit (zorglub) Message-ID: <20030616153012.1F0E823430@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: parser.cpp program.cpp program.h sap.cfg Log Message: * Bugfix in configuration file parsing * Sanity check -- zorglub -- This is the vlcs-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Wed Jun 18 15:46:13 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Wed, 18 Jun 2003 15:46:13 +0200 (CEST) Subject: CVS Commit (sam) Message-ID: <20030618134613.CFBFF23445@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: broadcast.cpp Log Message: * ./broadcast.cpp: use inet_pton instead of blindly setting the IPv6 address. -- sam -- This is the vlcs-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Wed Jun 18 15:48:22 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Wed, 18 Jun 2003 15:48:22 +0200 (CEST) Subject: CVS Commit (sam) Message-ID: <20030618134822.75734233BA@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: broadcast.cpp Log Message: * ./broadcast.cpp: whoops, used memcpy instead of my silly inet_pton O:-) -- sam -- This is the vlcs-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Fri Jun 20 13:44:49 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Fri, 20 Jun 2003 13:44:49 +0200 (CEST) Subject: CVS Commit (alexis) Message-ID: <20030620114449.20C33233A7@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: Makefile sap.cfg sapserver.h Log Message: Makefile: small changes and bumped up version number to 0.2.1. sapserver.h : changed the scope. sap.cfg : changed default config. One more bug to fix before the release : the comment on the "port=" line of sap.cfg (zorglub is investigating this one). -- alexis -- This is the vlcs-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact From cvs at videolan.org Fri Jun 20 14:07:42 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Fri, 20 Jun 2003 14:07:42 +0200 (CEST) Subject: CVS Commit (zorglub) Message-ID: <20030620120742.1FA0123444@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: AUTHORS Makefile program.cpp sap.cfg Added Files: NEWS Log Message: * NEWS: added a minimalistic changelog * Authors: added nitrox * Makefile: added a 'all' target * program.cpp: Fixed a stupid bug on the "port=" line parsing * sap.cfg: added comment on the "port=" line -- zorglub -- This is the vlcs-devel mailing-list, see http://www.videolan.org/streaming/ To unsubscribe, please read http://developers.videolan.org/lists.html If you are in trouble, please contact