[vls-devel] Re: Future release of vls 0.5.0
Marian Durkovic
md at bts.sk
Fri Mar 7 10:27:47 CET 2003
Hi Tristan & all,
> Let's go for the vls 0.5.0 release !
probably we should try to resolve two things before the release:
1) Seems the CVS version eats all the CPU time available - there's possibly
some busy waiting somewhere...
2) Since we now have a tsstreamer able to send out packets at precisely
calculated intervals, I think it could be usefull to recommend people
to use high-resolution timers and include some autodetection for it
into configure.
Basically we need to check whether "posix_time.h" exists and CLOCK_REALTIME_HR
is defined. If so, we need to add
#include "posix_time.h"
and replace nanosleep(...) with
clock_nanosleep(CLOCK_REALTIME_HR, NULL, ....)
in the file src/server/tsstreamer.cpp
and add -lposixtime into Makefile.opts
With kind regards,
M.
--------------------------------------------------------------------------
---- ----
---- Marian Durkovic network manager ----
---- ----
---- Slovak Technical University Tel: +421 2 524 51 301 ----
---- Computer Centre, Nam. Slobody 17 Fax: +421 2 524 94 351 ----
---- 812 43 Bratislava, Slovak Republic E-mail: md at bts.sk ----
---- ----
--------------------------------------------------------------------------
--
This is the vls-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 <postmaster at videolan.org>
More information about the vls-devel
mailing list