BBB connecting to Internet at initialization: Why, and how to not?

553 views
Skip to first unread message

BBBMAD

unread,
Jul 25, 2012, 12:05:34 PM7/25/12
to bigbluebu...@googlegroups.com
Hi everybody,

Why BBB client must connect to adobe.com at the beggining of a meeting (reasons in details if possible, thanks)?

Is this connection is necessary each time a client went to join a meeting - or just once?

And the last: is it a parameter in BBB server (0.8) to set the client not to connect to Internet but on BBB server for these purpose?

Thanks in advance,

Richard Alam

unread,
Jul 25, 2012, 12:16:26 PM7/25/12
to bigbluebu...@googlegroups.com
Hi,
The flash player needs to download a few external run-time shared
libraries (RSL) from Adobe to be able to run BigBlueButton.
We don't have any control of which libraries it needs to download.

Did you compile the client yourself?

We have set the build to compile the libraries statically to prevent
Flash Player from downloading the libraries. The side effect is that
the SWF files are larger. But I guess, Flash still needs more
libraries even if the RSLs are statically compiled.

https://github.com/bigbluebutton/bigbluebutton/blob/master/bigbluebutton-client/build.xml#L5

Richard


>
> Thanks in advance,
>
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-Setup" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bigbluebutton-setup/-/--P7_1g3LlUJ.
> 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.



--
-----
BigBlueButton Developer
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton

Seun Ojedeji

unread,
Jul 25, 2012, 12:58:37 PM7/25/12
to bigbluebu...@googlegroups.com

Wew! Never knew internet connection is always required as mine normally connects without!

Cheers!

OJ
sent from google nexus

Richard Alam

unread,
Jul 25, 2012, 1:24:06 PM7/25/12
to bigbluebu...@googlegroups.com
On Wed, Jul 25, 2012 at 12:58 PM, Seun Ojedeji <seun.o...@gmail.com> wrote:
> Wew! Never knew internet connection is always required as mine normally
> connects without!
>

There was some thread on this a few months back where the client
doesn't start properly because the user did not
have internet connection.

https://groups.google.com/group/bigbluebutton-users/browse_thread/thread/4450aaf2c5bfdac6

Richard

Michaël Meinertzhagen

unread,
Jul 26, 2012, 7:35:34 AM7/26/12
to bigbluebu...@googlegroups.com
Hi Richard,

I think that will solve my problem ! I'm desesperatly trying to setup a bbb server in a WAN environment without success and since this same server works on a LAN with internet access I think your work should help.
How may I test ? Could you, or someone else, compile a client with your change ?

If you need logs, tests results or anything else, feel free to ask :)

Thank you

On Wednesday, July 25, 2012 6:16:26 PM UTC+2, Richard Alam wrote:
Hi,

On Wed, Jul 25, 2012 at 12:05 PM, BBBMAD wrote:
> Hi everybody,
>
> Why BBB client must connect to adobe.com at the beggining of a meeting
> (reasons in details if possible, thanks)?
>
> Is this connection is necessary each time a client went to join a meeting -
> or just once?
>
> And the last: is it a parameter in BBB server (0.8) to set the client not to
> connect to Internet but on BBB server for these purpose?

The flash player needs to download a few external run-time shared
libraries (RSL) from Adobe to be able to run BigBlueButton.
We don't have any control of which libraries it needs to download.

Did you compile the client yourself?

We have set the build to compile the libraries statically to prevent
Flash Player from downloading the libraries. The side effect is that
the SWF files are larger. But I guess, Flash still needs more
libraries even if the RSLs are statically compiled.

https://github.com/bigbluebutton/bigbluebutton/blob/master/bigbluebutton-client/build.xml#L5

Richard


>
> Thanks in advance,
>
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-Setup" group.
> To view this discussion on the web visit
> https://groups.google.com/d/msg/bigbluebutton-setup/-/--P7_1g3LlUJ.
> To post to this group, send email to bigbluebutton-setup@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-setup+unsub...@googlegroups.com.

Hassan Choobin

unread,
Aug 29, 2012, 4:09:25 AM8/29/12
to bigbluebu...@googlegroups.com, michael.me...@gmail.com
i cant find build.xml file
please help me

Fred Dixon

unread,
Aug 29, 2012, 6:57:58 AM8/29/12
to bigbluebu...@googlegroups.com
Hi Hassan,

You've already posted this question to


Don't double-post.  Also, neither this thread or the above thread or this thread has to do with the build.xml.  

For the location of the build.xml.  See


where it states

Let's now build the client Note we're not making any changes yet -- we're going to build the client to ensure it works.


cd ~/dev/bigbluebutton/bigbluebutton-client

First, we'll build the locales (language translation files). If your not modifying the locales, you need only do this once.


cd ~/dev/bigbluebutton/bigbluebutton-client
ant locales

The command `ant` uses build.xml, which you'll find in cd ~/dev/bigbluebutton/bigbluebutton-client.


If your not familiar with development of Flash or Java applications, give yourself a chance to learn some of the basics for development.  If you hit an error, google the error message first.  There's an excellent chance that you'll find answers on the web faster than posting basic development questions and waiting.


Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton




On Wed, Aug 29, 2012 at 4:09 AM, Hassan Choobin <choob...@gmail.com> wrote:
i cant find build.xml file
please help me

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-setup/-/d1JoWDD2a8UJ.

To post to this group, send email to bigbluebu...@googlegroups.com.
To unsubscribe from this group, send email to bigbluebutton-s...@googlegroups.com.

Seun Ojedeji

unread,
Aug 29, 2012, 7:08:21 AM8/29/12
to bigbluebu...@googlegroups.com


On Wed, Aug 29, 2012 at 11:57 AM, Fred Dixon <ffd...@gmail.com> wrote:
Hi Hassan,
.... There's an excellent chance that you'll find answers on the web faster than posting basic development questions and waiting.

Better still, there is an option t install from packages...you may want to consider that.

Cheers!


Regards,... Fred
-- 
BigBlueButton Developer
BigBlueButton on twitter: @bigbluebutton




On Wed, Aug 29, 2012 at 4:09 AM, Hassan Choobin <choob...@gmail.com> wrote:
i cant find build.xml file
please help me

--
You received this message because you are subscribed to the Google Groups "BigBlueButton-Setup" group.
To view this discussion on the web visit https://groups.google.com/d/msg/bigbluebutton-setup/-/d1JoWDD2a8UJ.

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.





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



--
------------------------------------------------------------------------
Seun Ojedeji,
Federal University Oye-Ekiti
web:      http://www.fuoye.edu.ng
Mobile: +2348035233535
alt email: seun.o...@fuoye.edu.ng


Reply all
Reply to author
Forward
0 new messages