[vlc-devel] vlc: svn commit r9735 (zorglub)
Subversion daemon
svn at videolan.org
Thu Jan 13 19:45:11 CET 2005
r9735 | zorglub | 2005-01-13 19:45:11 +0100 (Thu, 13 Jan 2005) | 16 lines
Changed paths:
M /trunk/configure.ac
M /trunk/modules/gui/wxwindows/playlist.cpp
M /trunk/modules/services_discovery/Modules.am
A /trunk/modules/services_discovery/daap.c
* DAAP (iTunes shares) services discovery and access module using libopendaap
http://crazney.net/programs/itunes/libopendaap.html
Problems :
- At the moment, the file is downloaded entirely in memory before being
played.
The library offers another possibility : download the file on
demand to a pipe, but I don't think it would be a very good idea
(portability issues ? where to download to ?).
I hope a "download on demand to memory" feature will be added
- Sometimes, it looses connection to the peers.
* Increased wx playlist font size
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list