Home » FAQ
VLVC FAQ version 1.0 (30-Oct-2006)
  1. 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.


  2. 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.

  3. 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.

  4. Is there a version of VLVC for the Freebox ?

    No. VLVC is not affiliated in any way with the free Internet provider.

  5. How can I find my IP address ?

    You can find your IP address on this page.

  6. 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.

  7. 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"


  8. 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 :


    Don't hesitate to contact our team on the forums for any questions.


  9. 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.

  10. 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.