Re: [Live-devel] Synchro problem and isCurrentlyAwaitingData()

2011-04-21 Thread Cristiano Belloni
Il 06/04/2011 18:49, Cristiano Belloni ha scritto: Il 06/04/2011 12:04, Cristiano Belloni ha scritto: Hi to all, I wrote a custom shared memory source. it inherits from FramedSource. The shared memory is synchronized via Linux semaphores (simple producer-consumer algorithm), but since I didn't

Re: [Live-devel] Synchro problem and isCurrentlyAwaitingData()

2011-04-06 Thread Cristiano Belloni
Il 06/04/2011 12:04, Cristiano Belloni ha scritto: Hi to all, I wrote a custom shared memory source. it inherits from FramedSource. The shared memory is synchronized via Linux semaphores (simple producer-consumer algorithm), but since I didn't want to subclass TaskScheduler, I still use a "dumm

[Live-devel] Synchro problem and isCurrentlyAwaitingData()

2011-04-06 Thread Cristiano Belloni
Hi to all, I wrote a custom shared memory source. it inherits from FramedSource. The shared memory is synchronized via Linux semaphores (simple producer-consumer algorithm), but since I didn't want to subclass TaskScheduler, I still use a "dummy" file descriptor-based communication with live555