So, I’ve been trying to figure out how to get the mobile app to show the preconfigured rooms I have. Can you get the mobile app to do rooms with a password like they show on the demo4.jsp page? Is there a config page for the android side? All I have installed was BBB and it works but it makes me create a room. I made a page out of the sample demo page and want to be able to join those rooms. I’m stuck I can’t get the app to show a list of rooms available. Can someone shoot me some sample code to get me going here with how to get this app to show preconfigured rooms?
Steve Baumgartner
SMB Computers
Owner
Office:(614) 991-4869
Cell: (614) 743-3166
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.
--
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.
Yep, that worked fine. But is there truly a way to get the rooms to show up in the actual app? Do we know where that data pulls from or am I in the wrong group for that question. I would believe this question has come up. Also the demo server show rooms listed so someone has to know how?
Steve Baumgartner
SMB Computers
Owner
Office: (614) 991-4869
Cell: (614) 743-3166
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.
Sorry I meant to put demo3 which is now named something else. But, that info right there solved all the problem. I didn’t know it would only show “active” rooms. Once I joined a room on the web it showed up in the list in the Android app. I wish I had known that before it would have saved me a bunch of headaches. Thanks for the update! You just made my day!
But, when connecting to a conference via android and start voice I get a voice connection times out error. I can get video working but not audio.
Steve Baumgartner
SMB Computers
Owner
Office: (614) 991-4869
Cell: (614) 743-3166
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.
From: Steve Baumgartner [mailto:st...@smbcomputers.net]
Sent: Wednesday, May 23, 2012 3:16 PM
To: 'bigbluebu...@googlegroups.com'
Subject: RE: [bigbluebutton-setup] BBB mobile
Sorry I meant to put demo3 which is now named something else. But, that info right there solved all the problem. I didn’t know it would only show “active” rooms. Once I joined a room on the web it showed up in the list in the Android app. I wish I had known that before it would have saved me a bunch of headaches. Thanks for the update! You just made my day!
Steve Baumgartner
So, it has to be something with the router but I can work on the port issue. Now I have a problem when on 4G the app tells me there is no internet connection. If I stay on 3G it works.
Even after looking at the link and following the change of the config files, I didn’t notice anything that changed but changed the file by rewriting it. It still didn’t work.
No virus found in this message.
Checked by AVG - www.avg.com
Version: 2012.0.2176 / Virus Database: 2425/5018 - Release Date: 05/23/12
Also installed fail2ban with configuration and the same result.
Steve Baumgartner
SMB Computers
Owner
Office:(614) 991-4869
Cell: (614) 743-3166
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.
From: Steve Baumgartner [mailto:st...@smbcomputers.net]
Sent: Wednesday, May 23, 2012 8:06 PM
To: 'bigbluebu...@googlegroups.com'
Subject: RE: [bigbluebutton-setup] BBB mobile
Even after looking at the link and following the change of the config files, I didn’t notice anything that changed but changed the file by rewriting it. It still didn’t work.
Steve Baumgartner
sed: -e expression #1, char 51: unterminated `s' command
I’m getting the same error. But this is also after trying the manual steps. I still can’t get it to work right. I followed the manual steps with no success. This is also after doing a apt-get update and apt-get dist-upgrade before I knew this was an issue. I then noticed that the mobile audio wasn’t working. I tried the manual steps with no success and tried the script.
Works great. Thank you for your help.
Steve Baumgartner
SMB Computers
Owner
Office: (614) 991-4869
Cell: (614) 743-3166
This e-mail and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed.
If you have received this e-mail in error please notify the sender immediately.
From: bigbluebu...@googlegroups.com [mailto:bigbluebu...@googlegroups.com] On Behalf Of Felipe Cecagno
Sent: Friday, May 25, 2012 1:32 PM
To: bigbluebu...@googlegroups.com
Subject: Re: [bigbluebutton-setup] BBB mobile
Steve, thank you for give me temporary access. The problem was this:
$ HOST=`ifconfig | grep 'inet addr:'| grep -v '127.0.0.1' | cut -d: -f2 | awk '{ print $1}'`
$ echo $HOST
<IP1> <IP2>
The script was assuming that it would be only one address. When I set it manually and executed the other commands, it worked. I will fix the script soon.
Please test it again yourself.