Problem run example demo Video-Chat (API) plugin

goodnight

We are developing an application that tries to incorporate video, but looked " Jitsi "

We are proving Examples bases, and now we have errors in them examples bases.

Examples and API (AVReceive2.javaAVTransmit2.java)

https://jitsi.org/Projects/LibJitsi

  • AVReceive2.java

  • AVTransmit2.java

our parameters are:

LOCAL_PORT_BASE_ARG_NAME : delive

REMOTE_HOST_ARG_NAME : 127.0.0.1

REMOTE_PORT_BASE_ARG_NAME : 10000

We think that our parameters are incorrect, but we don’t know.

We get this error in java:

Information: Failed to initialize backend LibJitsi org.jitsi.impl.libjitsi.LibJitsiOSGiImpl . (Exception stack trace follows . ) Will try an alternative .

java.lang.IllegalStateException : FrameworkUtil.getBundle

. org.jitsi.impl.libjitsi.LibJitsiOSGiImpl at ( LibJitsiOSGiImpl.java : 37 )

at sun.reflect.NativeConstructorAccessorImpl.newInstance0 ( Native Method)

at sun.reflect.NativeConstructorAccessorImpl.newInstance ( Unknown Source )

at sun.reflect.DelegatingConstructorAccessorImpl.newInstance ( Unknown Source )

at java.lang.reflect.Constructor.newInstance ( Unknown Source )

at java.lang.Class.newInstance ( Unknown Source )

at org.jitsi.service.libjitsi.LibJitsi.start ( LibJitsi.java : 227 )

at org.jitsi.service.libjitsi.LibJitsi.start ( LibJitsi.java : 171 )

at AVTransmit2.main ( AVTransmit2.java : 327 )

Mar 31, 2014 8:10:38 PM org.jitsi.util.Logger info

Info : Successfully started using as LibJitsi implementation: org.jitsi.impl.libjitsi.LibJitsiImpl

Exception in thread " main" java.lang.NumberFormatException : null

java.lang.Integer.parseInt at ( Unknown Source )

java.lang.Integer.valueOf at ( Unknown Source )

at AVTransmit2 ( AVTransmit2.java : 74).

at AVTransmit2.main ( AVTransmit2.java : 332 )

Go to www.jitsi.org to ask for assistance.

There is no reference to post, or the like.

In paragraph gives me a support email, but do not think it proper to send a email error Jitsi to the website.

There is no place where you can discuss the problem page “Jitsi” or at least not find it.

Join the developer mailing list

Google is your friend

  • users is the main Jitsi list. It is meant for general discussions, bug reports and questions on how to use Jitsi.
    Subscribe/Unsubscribe/Options | View or search archive
  • dev is for discussion of technical implementation details, and is where developers meet and discuss issues, code changes, etc. If you are working on Jitsi, fixing bugs adding features or making other modifications: this is the place to go
    Subscribe/Unsubscribe/Options | View or search archive
  • issues is not a discussion list. This is where our Trac sends notifications for new tickets. You can’t send messages here but you can subscribe if you want to follow our tracker.
    Subscribe/Unsubscribe/Options | View or search archive
  • commits contains automated notifications of file version control changes in the project. Discussions of those changes are made on our devlist.
    Subscribe/Unsubscribe/Options | View or search archive
  • announce is for announcements of new releases and other major project events. Messages are posted only by the Jitsi core-team; there is no discussion here.
    Subscribe/Unsubscribe/Options | View or search archive
  • cruisecontrol where all CruiseControl generated report messages are sent. Discussions of those reports are made on dev list.
    Subscribe/Unsubscribe/Options | View or search archive
    You may want to subscribe to the users list if you have problems using the software, if you don’t understand an error message, you have an idea for a new bundle and want some feedback, etc. It is read by all the developers, plus a bunch of other knowledgeable folks. Check the archives before posting a question, chances are it has already been asked and answered a few times.

We ask developers to subscribe at least to the users, dev and issues lists but it’s generally a very good idea to subscribe to all of them.

Commiters are also expected to subscribe to the cruisecontrol and commits lists.