Whiteboard Tool UCL Multimedia

WBD FAQ

Frequently Asked Questions

Basics

  1. How do I get started?
  2. How do I find out more and command line options?
  3. How do I report bugs, comments, and other feedback?
  4. How do I contribute code?

Answers

Basics

  1. How do I start WBD?
  2. WBD is a multicast shared whiteboard. It is best to start it using a session directory tool, like SDR. WBD does not do call or session invitation for two reasons. There are several alternative protocols for performing call setup and negotiation, and adding code encumbers the tool unnecessarily. In addition, these call setup and negotiation is reasonably complex and best handled elsewhere so that audio, whiteboard, etc, can all leverage the same functionality if desired.

    If desired WBD can be launched from the command line as described below.

    You can start it from the command line using an IP address and port number as arguments. The syntax is:

    wbd address/port

    To join a multicast group (address range 224.0.0.0 to 239.255.255.255) just enter the group address and a port number.


  3. How do I find out about command line options?
  4. Documentation for WBD can be downloaded from the Software section of the UCL Multimedia web-page.


  5. How to report bugs, comments, and other feedback?
  6. All bugs, comments, and requests for features should be directed to [email protected].

    When reporting problems please detail:

    1. which version of WBD you are using.
    2. which hardware platform and OS version.
    3. The events leading up to the error.
    The more information you furnish, the more likely we are to be able to assist you.

  7. How to contribute code?
  8. All code contributions are welcomed. The preferred source code to use for code contributions is in the UCL CVS source code repository as this is the code that will consitute the next release. Please send patches and the version of the source code used to [email protected].