- Where can I download VLVC ?
You can download VLVC from our website in this section.
Many files are available for download : sources, binaries and documentation. - What are the supported platforms ?
We have currently tested under Windows XP, Debian and Ubuntu.
Due to the numbers of various Linux Distribution, we can't try everything,
your feedbacks are helpfull.
- Ubuntu users : there is a how-to file that explains what to do to compile VLVC.
- Mac users : there is currently no version available.
We will work on it as soon as the current versions are stable because we only need to develop a graphical user interface (GUI) for that platform.
- What are the modifications made to VLVC between two versions?
To know what we modified between two versions, you should consult our changelog on this page.
- Is there a version of VLVC for the Freebox ?
No. VLVC is not affiliated in any way with the free Internet provider.
- How can I find my IP address ?
You can find your IP address on this page.
- What are the ports used by VLVC ?
VLVC uses the TCP 4242 (by default) port for client/server communication and UDP ports range 1234 to 1243 for video streaming.
- Can I use a video source for streaming other than a webcam ?
Yes, you can use other sources than the webcam:
In the advanced options of VLVC, using the field "MRL of input device (debug)", you can specify any other VLC input source instead of "v4l://" or "dshow://"
-
A file named video.mpg for example:
- Linux: "file:///home/user/video.mpg"
- Windows: "file://c:/video.mpg"
-
A video stream (on your port 12340 for example):
- "udp://@:12340"
-
A file named video.mpg for example:
- I would like to work on the VLVC sources, where should i begin ?
First, download the technical documentation, available in the section Downloads.
After this, for each source file of our project, you can find a documentation page listing every function used :- For the access module (modules/access/vlvc/vlvc.c)
- For the core module (src/misc/vlvc.c)
- For the GUI (modules/gui/wxwidgets/dialogs/vlvc/vlvc_frame.cpp)
Don't hesitate to contact our team on the forums for any questions.
- How may I help VLVC ?
You might help us by testing and reporting bugs on our forum.
If you are a MAC developer and you want to contribute to our project, please contact us. - What to do if I can't find an answer to my question here ?
Search the forums for your question. There are many solutions to problems on using our programs.
If your question still was not answered, post it on the forums.

