From kde-multimedia Tue May 07 16:08:43 2002 From: Martin Vogt Date: Tue, 07 May 2002 16:08:43 +0000 To: kde-multimedia Subject: aRts question X-MARC-Message: https://marc.info/?l=kde-multimedia&m=102084157911203 Hello, for video support I think aRts needs some kind of signal mechanism. Example: kwintv creates an arts image and gets the pointers to the destination over shared mem. Then it writes data to it and calls something like image->out() and the image is passed through the filter graph (and to the display at the end) But what should kwintv do after image->out() ? It needs to know, when the image is available again, and for performance reasons a poll is out of question. Is there a way to signal the remote client a image_avail() or something like that? One option would be to put a semaphore into shm and let the client block after the image->out(). Martin _______________________________________________ kde-multimedia mailing list kde-multimedia@mail.kde.org http://mail.kde.org/mailman/listinfo/kde-multimedia