Re: Using ev_periodic with a custom loop and a specific start time

2009-04-07 Thread Marc Lehmann
On Mon, Apr 06, 2009 at 06:49:25PM +0200, Luca Barbato lu_z...@gentoo.org wrote: the result is strange: what is MPA? the current time? and duration? the H264 packet with mtime 0.04 is sent before the mpa one with mtime what is mtime here? libev doesn't have n mtime in it's watchers, so it

Re: Using ev_periodic with a custom loop and a specific start time

2009-04-07 Thread Luca Barbato
Marc Lehmann wrote: On Mon, Apr 06, 2009 at 06:49:25PM +0200, Luca Barbato lu_z...@gentoo.org wrote: the result is strange: what is MPA? the current time? and duration? mpa and h264 are two different rtp streams (audio and video), each of them has an ev_periodic callback sending a packet.