Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Usages of /dev/video and /dev/ost/video



Hi!

On Wed, 3 Oct 2001, Andrei Boros wrote:
> I am confused. 
> 
> DVB/driver/videodev.h defines :
> #define VIDEO_MAJOR	81
> 
> Also, MAKEDEV creates /dev/video* with MAJOR 81.
> 
> DVB/ost/src/video.c defines :
> #define OST_VIDEO_MAJOR 250

/dev/video with major 81 is the Video4Linux interface. When opened you can
apply the V4L ioctl macros (VIDIOC*) defined in videodev.h. Have a look at
/usr/src/linux/Documentation/video4linux/API.html.

/dev/ost/* with major 250 form the DVB APInterface. There you can apply
file operations described in the DVB API documentation & defined in
ost/include/ost/*.h.


Bye,
     Rolf



-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.


Home | Main Index | Thread Index