[vlc-devel] vlc: svn commit r7370 (zorglub)
Subversion daemon
svn at videolan.org
Sun Apr 18 20:21:10 CEST 2004
r7370 | zorglub | 2004-04-18 20:21:09 +0200 (Sun, 18 Apr 2004) | 22 lines
Changed paths:
M /trunk/Makefile.am
M /trunk/NEWS
M /trunk/include/network.h
M /trunk/include/stream_output.h
M /trunk/include/vlc/vlc.h
M /trunk/include/vlc_common.h
M /trunk/include/vlc_objects.h
M /trunk/modules/misc/sap.c
M /trunk/modules/stream_out/announce.c
M /trunk/modules/stream_out/announce.h
M /trunk/modules/stream_out/rtp.c
M /trunk/modules/stream_out/standard.c
M /trunk/src/libvlc.c
M /trunk/src/libvlc.h
M /trunk/src/misc/net.c
M /trunk/src/misc/objects.c
A /trunk/src/stream_output/announce.c
A /trunk/src/stream_output/sap.c
* ALL: Better announce system
- The SAP handler now runs in a separate thread.
- RTP sessions can be announced with sap (sdp=sap://,name=...)
TODO: Make this more configurable
- Better SDP generation (the timestamp problem is not resolved)
About this, there is a problem : as, for a RTP session, the URI
is the complete SDP, if the session is recreated, as the URI has
changed, a new item is added to the playlist
- Experimental flow control algorithm :
It does not follow the "Recommended" implementation, as it needs
to count the sessions (to achieve this, we should make this work
together with the SAP listener)
It is disabled by default (use --sap-flow-control to enable).
When it is disabled, sap announcement interval is set by --sap-interval
* src/misc/net.c : created net_ReadNonBlock
* sap.c : Fixed memory problem
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>
More information about the vlc-devel
mailing list