[Live-devel] Patch : Scheduling a task to occur after a delay
 expressed in seconds and microseconds
    David BERTRAND 
    bidibulle at operamail.com
       
    Thu Feb  9 09:58:40 PST 2006
    
    
  
Ross,
When using UsageEnvironment::scheduleDelayedTask(int microseconds, ...) from liveMedia library, you cannot schedule an event to occur later than 2147 seconds in the future (+- 35 minutes) because when converting this time in microseconds you reach the maximum int value for a 32-bit system (2147483647). This was not enough for me so I added the possibility to schedule an event by specifying delay in seconds and microseconds. Now the new maximum time in the future for an event is around 24855 days. I would be pleased if you could consider this for future releases of the library. I attached my patch to this email. 
Thanks
David
-- 
_______________________________________________
Surf the Web in a faster, safer and easier way:
Download Opera 8 at http://www.opera.com
Powered by Outblaze
-------------- next part --------------
A non-text attachment was scrubbed...
Name: live.diff
Type: application/octet-stream
Size: 4399 bytes
Desc: not available
Url : http://lists.live555.com/pipermail/live-devel/attachments/20060209/af582f74/live.obj
    
    
More information about the live-devel
mailing list