Date: Tue, 2 Mar 2010 11:23:52 +0100 From: Hans Petter Selasky <hselasky@freebsd.org> To: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Cc: multimedia@freebsd.org Subject: Re: Cuse4BSD + Webcamd + FE_GET_EVENT ioctl Message-ID: <201003021123.52292.hselasky@freebsd.org> In-Reply-To: <alpine.BSF.2.00.1003021005510.1647@unqrf.nqzva.sez2> References: <alpine.BSF.2.00.1003021005510.1647@unqrf.nqzva.sez2>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 02 March 2010 10:35:36 Joerg Pulz wrote:
> v4l-dvb/linux/drivers/media/dvb/dvb-core/dvb_frontend.c
>
Can you check if the video application you are using is setting the non-
blocking flag on the file-handle?
flag = 1;
ret = fcntl(f, O_NONBLOCK, &flag);
That will make the FE_GET_EVENT return immediately.
--HPS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003021123.52292.hselasky>
