[Live-devel] Warning on MacOSX

2012-09-06 Thread Tim Zaitsev
Ross, Line 73 in DelayQueue.hh throws a warning when compiling for macosx. include/DelayQueue.hh:73:41: Implicit conversion loses integer precision: 'time_base_seconds' (aka 'long') to '__darwin_suseconds_t' (aka 'int') fTv.tv_usec = useconds; tv_usec is of type __darwin_suseconds_t which is a

Re: [Live-devel] Design choice

2012-07-27 Thread Tim Zaitsev
Ross, This is fascinating but I can't picture it. What would the design look like for multiple processes (one per stream as you describe)? Are there any examples of this that I can take a look at? Thanks, Tim On Fri, Jul 27, 2012 at 1:23 PM, Ross Finlayson wrote: > When implementing liveMedia