[vlc-devel] Re: vlc: svn commit r14144 (dionoea)

Sigmund Augdal Helberg sigmund.augdal at gmail.com
Fri Feb 3 10:31:50 CET 2006


On Fri, 2006-02-03 at 10:08 +0100, Clément Stenac wrote:
> > There is allready stream_UrlNew(). This will give you a stream_t that
> > can be used for generic stuff using stream_Read, _Peek, RealLine etc,
> > without ever starting a demuxer.
> 
> Yes, that is the current solution dionoea used. But it forces you to
> manage the thread yourself, which is overkill here, as we don't want to
> interact with the stream. We just want to download the update to a file.
I thought we were just fetching small files to see if there was a new
update available. Didn't thing we needed another thread for that. Btw,
now that I have your attention. Do the recent cddb-support in vlc use a
separate thread? I used to use xine for cd playback but too often
playback stopped because communication with cddb stopped and caused a
hang.

And one more thing: valgrind is complaining a lot about uninitialized
values inside stats code. Even when run with --no-stats.

Regards

Sigmund
> 
> -- 
> Clément
> 

-- 
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