This is indeed very helpful. We are trying to use jconsole too but
it's great that someone who knows how to use it has been looking for
problems also.
The java.util.concurrent.LinkedBlockingQueue<AudioByteData> holds
audio packet received from the client before sending to Asterisk/FS.
The queue is more for passing the packets from one thread to the next
which is responsible for packing them into RTP and sending to
Asterisk/FS.
I'll take a look at your patch.
Thanks again.
Richard
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-dev" group.
> To post to this group, send email to bigblueb...@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-dev?hl=en.
>
--
---
BigBlueButton
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton
> --
> You received this message because you are subscribed to the Google
> Groups "BigBlueButton-dev" group.
> To post to this group, send email to bigblueb...@googlegroups.com
> .
> To unsubscribe from this group, send email to bigbluebutton-...@googlegroups.com
> .
> For more options, visit this group at http://groups.google.com/group/bigbluebutton-dev?hl=en
> .
> <red5-jconsole.png><FlashToSipAudioStream.java.patch>
“'Free software' is a matter of liberty, not price. To understand the concept, you should think of 'free' as in 'free speech,' not as in 'free beer'.” -Richard M. Stallman
java -Dcom.sun.management.jmxremote.port=9999 -Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
I am not getting an error because of the ssl auth. and here is thejconsole debug
output when i try to put the user name and the password for the VM.
java.lang.SecurityException: Authentication failed! Invalid username or password
at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticationFailure(JMXPluggableAuthenticator.java:226)
at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticate(JMXPluggableAuthenticator.java:203)
at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:232)
at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
Caused by: javax.security.auth.login.FailedLoginException: Invalid username or password
at com.sun.jmx.remote.security.FileLoginModule.attemptAuthentication(FileLoginModule.java:450)
at com.sun.jmx.remote.security.FileLoginModule.login(FileLoginModule.java:296)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at javax.security.auth.login.LoginContext.invoke(LoginContext.java:784)Or this is the jconsole debug output when i don't enter user name and the password.
ava.lang.SecurityException: Authentication failed! Credentials required
at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticationFailure(JMXPluggableAuthenticator.java:211)
at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticate(JMXPluggableAuthenticator.java:163)
at javax.management.remote.rmi.RMIServerImpl.doNewClient(RMIServerImpl.java:232)
at javax.management.remote.rmi.RMIServerImpl.newClient(RMIServerImpl.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke
etc...
java.lang.SecurityException: Authentication failed! Credentials required
at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticationFailure(JMXPluggableAuthenticator.java:211)
at com.sun.jmx.remote.security.JMXPluggableAuthenticator.authenticate(JMXPluggableAuthenticator.java:163)
etc....
The certificate exchange went fine no problem..i changed the the host to my IP in the /etc/hosts. I tried the steps in the link you
sent and set the keystore path on the server too beside changing the red5.properties and red5-common.xml.
I am running the recent BBB VM and trying to access it from a Windows 7 machine!
Any thoughts?
Thanks..Nadia