--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/bigbluebutton-setup?hl=en.
All the audio improvements that were in test.blindsidenetworks.com
went into BigBlueButton 0.8.
We don't have a solution for your problem but here's more relevant
information ...
One possible difference is we now compile the client with Flex 4.5
(this is in anticipation of Adobe releasing Flash Player 11 with
support for AVC/h.264 encoding for web cams). Previously we were
compiling with Flex 3.51, so that might be the key difference.
We've noticed that if you open a session in BigBlueButton 0.8-beta,
then open a new tab, and open a session in BigBlueButton 0.71a, the
audio will stop in 0.8-beta.
In other words, you can have two 0.8-beta tabs open and active and it
works fine. Close and open two 0.71a tabs and it too works fine.
It's when you open one of each that the audio will stop.
That's a problem, but not a common one as most will only be in one session.
Regards,... Fred
--
http://code.google.com/p/bigbluebutton/wiki/FAQ#BigBlueButton_Committer
2011/9/16 Kirill Bukin <comp...@gmail.com>:
2011/9/16 Kirill Bukin <comp...@gmail.com>:
> Hello once again,
> Here are some more facts that i can provide you with so it may help
> you guys:
>
> 1. Some time ago i had bee using openmeetings as solution for our
> company needs so I still have an account on their website. Today i
> tried to test flash (I thought that it colud be flash plugin bug)
> there. I connected to the virtual room and everythnig worked. Opened
> flash settings in cheked out mic - functioning well. Then with
> openmeetings opened window i made another tab in browser and opened
> BBB demo and entered room. As I pressed "Allow" in dialog in BBB voice
> stopped functioning in openmeetings (like something crashes flash
> plugin performance on bbb side). So to bring voice alive in
> openmeetings i had to refresh a page and enter the room again. I tried
> it several times - same result.
>
> 2. Three or four month ago, when bbb dev team anounced about voice
> improvements and made a demo site on test.blindsidenetworks.com it
> worked without problems and still working now (have just tried). It
> makes me thnik that we shuld look for a drawback here in 0.8-beta.
>
> Anyway i'm just a dilettante. But I would like to help as much as i
> can so here is my thoughts. =)
Thanks for continuing to investigate this.
It could be a conflict on using the default mic in Flash.
If openmeetings is uing the default mic and then BBB grabs that too,
then maybe the problem occurs.
Can you test if the problem occurs when BBB is the only one using the
mic? Set your mic in your
soundcard as the default mic by
1. right-click in Flash client to bring up the Flash Settings window
2. choose the mic tab
3. Choose your soundcard mic and close the Flash settings window.
Close all browsers and application (Skype) that may be using the mic.
Join BBB and see if the problem is still there.
Thanks.
Richard
--
---
BigBlueButton
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton
Well after some research and compile-testing, I found that there is an issue in flash player 10.3 with special characters when you use echo cancellation specifically when you call the method getEnhancedMicrophone, see line: https://github.com/bigbluebutton/bigbluebutton/blob/master/bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/StreamManager.as#L74 In fact there is a ticket bug for that: http://bugs.adobe.com/jira/browse/FP-6965 In my case, my mic has this name in the registry: "Micrófono", I changed to "MyMic", restarted my computer and now the audio is working ok...
But it brings it's own problems for me (on 64bit Linux)
Perhaps there should be a wiki page devoted to flash / bbb / os
combinations?