I want to use VLM via my own program. the following codes get a error: ------------------------------------------------------------------------- #include<stdio.h> #include <stdlib.h> #include <errno.h> #include <string.h> #include <netdb.h> #include <sys/types.h> #include <netinet/in.h> #include <sy...
Hi,everyone
I want to play two different videos on my laptop's LCD monitor and another CRT monitor connected to the video card.
How can I achieve this idea?
Thank you