Re: Future release of vls 0.5.0

Marian Durkovic <[email protected]>
Newsgroups gmane.comp.video.videolan.vls.devel
Message-ID <[email protected]>
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: [email protected]        ----
----                                                                  ----
--------------------------------------------------------------------------
-- 
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 <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.