From cvs at videolan.org Thu Sep 11 17:33:53 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Thu, 11 Sep 2003 17:33:53 +0200 (CEST) Subject: CVS Commit (zorglub) Message-ID: <20030911153353.824FC233A9@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: message.cpp parser.cpp program.cpp program.h sap.cfg Log Message: HTTP announcing support -- 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 Sun Sep 14 18:40:48 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Sun, 14 Sep 2003 18:40:48 +0200 (CEST) Subject: CVS Commit (zorglub) Message-ID: <20030914164048.60E0B233A4@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: slp.cpp Log Message: Always use the same slp service Compilation fix -- 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 Tue Sep 23 18:47:15 2003 From: cvs at videolan.org (cvs at videolan.org) Date: Tue, 23 Sep 2003 18:47:15 +0200 (CEST) Subject: CVS Commit (nitrox) Message-ID: <20030923164715.A2446233B9@brahma.via.ecp.fr> Update of /cvs/videolan/network/miniSAPserver Modified Files: message.cpp sapserver.cpp Log Message: Changes in order to fix the following bugs: 1. channels were marked as audio (should be video) 2. The same message id were used for all channels which is against the sap (rfc 2974) 3. All channels sent at the same time and then delay is not a good idea when sending many channels. Spreading out the sending and increasing the delay, makes it more likely to stay under 4000 bits/s (even though it still is a very rudimentary bandwidth regulation to require recompilation when adding channels.....) courtesy of Gunnar Monell -- nitrox -- 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