Hi, Very glad to join you in this group and I hope to participate the best that I could in this forum. I've installed from scratch bbb 0.8 on an ubuntu 10.04 64bits dedicated server All seems fine and I can connect at servid.no-ip.org but :
How to have conference start page with bbb in place of demo page ? When I try to connect with http://servid.no-ip.org/client/bigbluebutton.html the bbb demo page appears after a very little while (or 404 when I purge bbb-demo package)
I know it is a silly question of new-by but I didn't find the trick
/usr/local/bigbluebutton/core/scripts/slides.yml (record and playback) playback host: servid.no-ip.org
** Potential problems described below ** # IP does not match: # IP from ifconfig: 192.168.0.205 # /etc/nginx/sites-available/bigbluebutton: servid.no-ip.org # Warning: The value (servid.no-ip.org) for playback_host in # # /usr/local/bigbluebutton/core/scripts/slides.yml # # does not match the local IP address (192.168.0.205).
The problem you are having is that your server is probably using DHCP to
obtain the IP address. so every time you restart the server IP address
change. To solve this temporarily, type the command "ifconfig" on the
terminal and copy the ip address you see and change bbb to that IP using
the command "bbb-conf --setip 10.10.10.0" if for example the output of your
ifconfig is 10.10.10.0. To solve the problem permanently you need to assign
a static ip address to your linux machine.
On Thu, Aug 16, 2012 at 4:21 PM, GillesM <gilles.mi...@gmail.com> wrote:
> Hi,
> Very glad to join you in this group and I hope to participate the best
> that I could
> in this forum.
> I've installed from scratch bbb 0.8 on an ubuntu 10.04 64bits dedicated
> server
> All seems fine and I can connect at servid.no-ip.org but :
> How to have conference start page with bbb in place of demo page ?
> When I try to connect with
> http://servid.no-ip.org/client/bigbluebutton.html > the bbb demo page appears after a very little while (or 404 when I purge
> bbb-demo package)
> I know it is a silly question of new-by but I didn't find the trick
> /usr/local/bigbluebutton/core/scripts/slides.yml (record and playback)
> playback host: servid.no-ip.org
> ** Potential problems described below **
> # IP does not match:
> # IP from ifconfig: 192.168.0.205
> # /etc/nginx/sites-available/bigbluebutton: servid.no-ip.org
> # Warning: The value (servid.no-ip.org) for playback_host in
> #
> # /usr/local/bigbluebutton/core/scripts/slides.yml
> #
> # does not match the local IP address (192.168.0.205).
> --
> 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/-/37OIRO5QsDcJ.
> To post to this group, send email to bigbluebutton-setup@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-setup+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-setup?hl=en.
when I submit the QFDN servid.no-ip.org I see the screen which informs about modules loading after a blank screen bbb demo page appears and I can't access to create conference page.
I tried with this url servid.no-ip.org/client/bigbluebutton.html too, but the same bbb demo page appears.
Before usinf QFDN, I'd tested with IP indicated by ifconfig and the same bbb demo page occured.
Apart IP mismatch with domin name indicated at the end of bbb-conf --clean I've not noticed something wrong.
- You can't go straight to servid.no-ip.org/client/BigBlueButton.html , you have to go through some sort of front end that uses the BBB api (The demos, wordpress plugin, sakai plugin, etc) - You can ignore the IP mismatch that is mentioned at the end of bbb-conf --clean, it's expected once you've run bbb-conf --setip FQDN - If you want to change the page loaded when you go to servid.no-ip.org you can edit the file "/var/www/bigbluebutton/index.html" and put in whatever code you want
I would leave the demos on your server though till you understand more about how the meetings are created and joined though.
> when I submit the QFDN servid.no-ip.org I see the screen which > informs about modules loading > after a blank screen bbb demo page appears and I can't access > to create conference page.
> I tried with this url servid.no-ip.org/client/bigbluebutton.html too, > but the same bbb demo page appears.
> Before usinf QFDN, I'd tested with IP indicated by ifconfig and > the same bbb demo page occured.
> Apart IP mismatch with domin name indicated at the end of > bbb-conf --clean I've not noticed something wrong.
Hello kindly take note that your server is running private IP address
192.168.x.x those are not publicly routable hence the reason why you can't
reach reach via the public domain.
Do you have any public IP you can use?
Regards
OJ
sent from google nexus
On Aug 16, 2012 6:17 PM, "GillesM" <gilles.mi...@gmail.com> wrote:
> when I submit the QFDN servid.no-ip.org I see the screen which
> informs about modules loading
> after a blank screen bbb demo page appears and I can't access
> to create conference page.
> I tried with this url servid.no-ip.org/client/bigbluebutton.html too,
> but the same bbb demo page appears.
> Before usinf QFDN, I'd tested with IP indicated by ifconfig and
> the same bbb demo page occured.
> Apart IP mismatch with domin name indicated at the end of
> bbb-conf --clean I've not noticed something wrong.
> **
> Best regards
> --
> 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/-/ylMeULO_yQAJ.
> To post to this group, send email to bigbluebutton-setup@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-setup+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-setup?hl=en.
Thank you very much for your answer It's an enlightment for me.
One month ago, I'd installed bbb O.71 on usb stick running with
a laptop to trial bigbluebutton and I could access to bbb server,
I run up some conferences wtih remote users.
Hello,
BBB has changed in that it's functionality is highly improved, especially
with voice. However noting has changed with BBB connectivity settings.
You probably was able to use BBB remotely on 0.7 because you had a static
public IP or dynamic public IP configured.
OJ
sent from google nexus
On Aug 16, 2012 7:55 PM, "Gilles Mioni" <gilles.mi...@gmail.com> wrote:
> Thank you very much for your answer It's an enlightment for me.
> One month ago, I'd installed bbb O.71 on usb stick running with
> a laptop to trial bigbluebutton and I could access to bbb server,
> I run up some conferences wtih remote users.
> 0.8 is a big change !
> Best regards
> --
> You received this message because you are subscribed to the Google Groups
> "BigBlueButton-Setup" group.
> To post to this group, send email to bigbluebutton-setup@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-setup+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-setup?hl=en.
Yes I have a static IP address given by my IAP and I've a domain name
provided
by no-ip.org so I could run conferences with bbb 0.71.
If nothing have been changed with connectivity, I'm not able to do the
same with the bbb server 0.8 because I can't access to create conferenrence
function
I tried this url http://servid.no-ip.org/client/bigbluebutton.html but I've
been redirected
to bigbluebutton default starting page.
> Hello,
> BBB has changed in that it's functionality is highly improved, especially
> with voice. However noting has changed with BBB connectivity settings.
> You probably was able to use BBB remotely on 0.7 because you had a static
> public IP or dynamic public IP configured.
> OJ
> sent from google nexus
> On Aug 16, 2012 7:55 PM, "Gilles Mioni" <gilles.mi...@gmail.com> wrote:
>> Thank you very much for your answer It's an enlightment for me.
>> One month ago, I'd installed bbb O.71 on usb stick running with
>> a laptop to trial bigbluebutton and I could access to bbb server,
>> I run up some conferences wtih remote users.
>> 0.8 is a big change !
>> Best regards
>> --
>> You received this message because you are subscribed to the Google Groups
>> "BigBlueButton-Setup" group.
>> To post to this group, send email to bigbluebutton-setup@googlegroups.com
>> .
>> To unsubscribe from this group, send email to
>> bigbluebutton-setup+unsubscribe@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 bigbluebutton-setup@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-setup+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-setup?hl=en.
If you want the most basic meeting creation you can install the demos and access http://servid.no-ip.org/demo/demo1.jsp. In order to create meetings you have to go through one of the demo pages or your own custom frontend page(s) that will make calls to servid.no-ip.org/bigbluebutton/api.
On Thursday, August 16, 2012 3:45:35 PM UTC-4, GillesM wrote:
> Hello, > Thank you for your post,
> Yes I have a static IP address given by my IAP and I've a domain name > provided > by no-ip.org so I could run conferences with bbb 0.71.
> If nothing have been changed with connectivity, I'm not able to do the > same with the bbb server 0.8 because I can't access to create > conferenrence function > I tried this url http://servid.no-ip.org/client/bigbluebutton.html but > I've been redirected > to bigbluebutton default starting page.
> Best regards
> 2012/8/16 Seun Ojedeji <seun.o...@gmail.com <javascript:>>
>> Hello, >> BBB has changed in that it's functionality is highly improved, >> especially with voice. However noting has changed with BBB connectivity >> settings. >> You probably was able to use BBB remotely on 0.7 because you had a static >> public IP or dynamic public IP configured.
>> OJ >> sent from google nexus >> On Aug 16, 2012 7:55 PM, "Gilles Mioni" <gilles...@gmail.com<javascript:>> >> wrote:
>>> Thank you very much for your answer It's an enlightment for me. >>> One month ago, I'd installed bbb O.71 on usb stick running with >>> a laptop to trial bigbluebutton and I could access to bbb server, >>> I run up some conferences wtih remote users.
>>> 0.8 is a big change !
>>> Best regards
>>> -- >>> 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<javascript:> >>> . >>> To unsubscribe from this group, send email to >>> bigbluebutton-setup+unsubscribe@googlegroups.com <javascript:>. >>> 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<javascript:> >> . >> To unsubscribe from this group, send email to >> bigbluebutton-setup+unsubscribe@googlegroups.com <javascript:>. >> For more options, visit this group at >> http://groups.google.com/group/bigbluebutton-setup?hl=en.
What really are you trying to achieve, you don't want the demo page to show
when you type in the ip address of your linux machine or what. Please can
you clarify ?
On Thu, Aug 16, 2012 at 6:17 PM, GillesM <gilles.mi...@gmail.com> wrote:
> Very thanks for your answer and done so fastly but I've configurated
> /etc/network/interfaces with ip static address as indicated below
> when I submit the QFDN servid.no-ip.org I see the screen which
> informs about modules loading
> after a blank screen bbb demo page appears and I can't access
> to create conference page.
> I tried with this url servid.no-ip.org/client/bigbluebutton.html too,
> but the same bbb demo page appears.
> Before usinf QFDN, I'd tested with IP indicated by ifconfig and
> the same bbb demo page occured.
> Apart IP mismatch with domin name indicated at the end of
> bbb-conf --clean I've not noticed something wrong.
> To post to this group, send email to bigbluebutton-setup@googlegroups.com.
> To unsubscribe from this group, send email to
> bigbluebutton-setup+unsubscribe@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/bigbluebutton-setup?hl=en.
On Thu, Aug 16, 2012 at 10:07 PM, Yemi Seye <a.adeseye...@gmail.com> wrote:
> Hello,
> What really are you trying to achieve, you don't want the demo page to
> show when you type in the ip address of your linux machine or what. Please
> can you clarify ?
> Yemi
> On Thu, Aug 16, 2012 at 6:17 PM, GillesM <gilles.mi...@gmail.com> wrote:
>> Very thanks for your answer and done so fastly but I've configurated
>> /etc/network/interfaces with ip static address as indicated below
>> when I submit the QFDN servid.no-ip.org I see the screen which
>> informs about modules loading
>> after a blank screen bbb demo page appears and I can't access
>> to create conference page.
>> I tried with this url servid.no-ip.org/client/bigbluebutton.html too,
>> but the same bbb demo page appears.
>> Before usinf QFDN, I'd tested with IP indicated by ifconfig and
>> the same bbb demo page occured.
>> Apart IP mismatch with domin name indicated at the end of
>> bbb-conf --clean I've not noticed something wrong.
>> To post to this group, send email to bigbluebutton-setup@googlegroups.com
>> .
>> To unsubscribe from this group, send email to
>> bigbluebutton-setup+unsubscribe@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/bigbluebutton-setup?hl=en.