Failed to connect to RTMP

2,923 views
Skip to first unread message

alcool

unread,
Aug 12, 2010, 8:25:19 AM8/12/10
to BigBlueButton-Setup
Hi everybody,
I have installed BBB 0.7 on Ubuntu 9.04 follows this easy guide
(http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu).
Unfortunately when open browser http://192.168.1.123 and join to demo
meeting appears a blue screen and this message
Sorry we cannot connetc to the server
Looking the log window this are the last messages
[ERROR] Failed to connect to RTMP://192.168.1.123/video
[ERROR] Failed to connect to RTMPT://192.168.1.123/bigbluebutton

On Ubuntu iptables allows all traffic

root@server:~# iptables -L

Chain INPUT (policy ACCEPT)
target prot opt source destination

Chain FORWARD (policy ACCEPT)
target prot opt source destination

Chain OUTPUT (policy ACCEPT)
target prot opt source destination

and nmap 192.168.1.123

PORT STATE SERVICE
22/tcp open ssh
80/tcp open http
139/tcp open netbios-ssn
445/tcp open microsoft-ds
1935/tcp open rtmp
2000/tcp open callbook
5080/tcp open unknown
8080/tcp open http-proxy
8088/tcp open unknown
8443/tcp open https-alt
9999/tcp open abyss

and the log

root@VDC-server:~# bbb-conf --debug
-- ERRORS found in /usr/share/red5/log/* --
/usr/share/red5/log/error.log:2010-08-12 13:15:43,190 [http-8088-
exec-3] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception

I think that the problem dipends to red5

I do not understand how to resolve it

Please help!





Fred Dixon

unread,
Aug 12, 2010, 8:42:53 AM8/12/10
to bigbluebu...@googlegroups.com
You need to have three ports open on your the BigBlueButton server. These are ports 80 (HTTP), 9123 (Desktop Sharing), and 1935 (RTMP).

If the BigBlueButton client can't connect to the server, you'll get the error message.

Can you momentarily disable IPTables to make sure it's not a port/firewall problem.  If you are behind a firewall, see


Regards,... Fred







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


alcool

unread,
Aug 12, 2010, 1:56:42 PM8/12/10
to BigBlueButton-Setup
I think that there isn't any firewall rule and with nmap the ports
appears open
Anyway I have made

iptables -F
iptables -F -t nat
iptables -F -t mangle
iptables -P INPUT ACCEPT
iptables -P FORWARD ACCEPT
iptables -P OUTPUT ACCEPT

and the problem remains


On Aug 12, 2:42 pm, Fred Dixon <ffdi...@gmail.com> wrote:
> You need to have three ports open on your the BigBlueButton server. These
> are ports 80 (HTTP), 9123 (Desktop Sharing), and 1935 (RTMP).
>
> If the BigBlueButton client can't connect to the server, you'll get the
> error message.
>
> Can you momentarily disable IPTables to make sure it's not a port/firewall
> problem.  If you are behind a firewall, see
>
> http://code.google.com/p/bigbluebutton/wiki/FAQ#Can_I_provide_externa...
>
> Regards,... Fred
>
> On Thu, Aug 12, 2010 at 8:25 AM, alcool <fabio.mare...@gmail.com> wrote:
> > Hi everybody,
> > I have installed BBB 0.7 on Ubuntu 9.04 follows this easy guide
> > (http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu).
> > Unfortunately when open browserhttp://192.168.1.123and join to demo
> > bigbluebutton-s...@googlegroups.com<bigbluebutton-setup%2Bunsu...@googlegroups.com>
> > .

Fred Dixon

unread,
Aug 12, 2010, 2:07:22 PM8/12/10
to bigbluebu...@googlegroups.com
Hmmm ... You ran bbb-conf --debug (which looks through the log files for exceptions), can you run

   bbb-conf --check

which checks for configuration problems.

Regards,... Fred

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

Richard Alam

unread,
Aug 12, 2010, 2:07:35 PM8/12/10
to bigbluebu...@googlegroups.com
Can you do "bbb-conf --check" and post the output?

And, post /usr/share/red5/log/bigbluebutton.log on www.pastebin.com

Richard

On Thu, Aug 12, 2010 at 1:56 PM, alcool <fabio....@gmail.com> wrote:

> 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
http://www.bigbluebutton.org
http://code.google.com/p/bigbluebutton

John Romain

unread,
Aug 12, 2010, 3:19:06 PM8/12/10
to bigbluebu...@googlegroups.com
Hi Everyone,

Other than the audio delay bbb seems to be running well. I have two questions with regard to the presentation portion of the application. Are there specific fonts that should be used to ensure the conversion process is as seamless as possible? Is there only one transition that is supported? It seems to lose the transitions that the presentation runs with.

Thanks

------

John Romain BSc, BEd.

Infinity human Resource Group Inc.




Denis Zgonjanin

unread,
Aug 12, 2010, 3:21:52 PM8/12/10
to bigbluebu...@googlegroups.com
Hi John,

As far as I know, most fonts work well with the presentation. Some obscure ones may not render properly, or else they'll be converted to another font. Some chinese fonts have also been known to cause issues.

As for transitions, unfortunately they are not kept in the conversion process. Any document you upload to the server is first converted to pdf, then the pdf is converted to Flash. This means that no transitions are kept.

- Denis

John Romain

unread,
Aug 12, 2010, 3:26:43 PM8/12/10
to bigbluebu...@googlegroups.com
Thanks...

alcool

unread,
Aug 12, 2010, 8:11:33 PM8/12/10
to BigBlueButton-Setup
root@server:~# bbb-conf --check
Current Configuration:
Kernel version: 2.6.28-11-generic
Memory: 977 MB

/var/www/bigbluebutton/client/conf/config.xml:
Port test (tunnel): 192.168.1.123
Red5: 192.168.1.123

/etc/nginx/sites-available/bigbluebutton
server name: 192.168.1.123
port: 80
bbb-client dir: /var/www/bigbluebutton

/var/lib/tomcat6/webapps/bigbluebutton/WEB-INF/classes/
bigbluebutton.properties (bbb-web)
bbb-web host: 192.168.1.123

/var/lib/tomcat6/webapps/bigbluebutton/demo/bbb_api_conf.jsp (API
demos)
bbb-web-api host: 192.168.1.123

/etc/asterisk/bbb_extensions.conf (asterisk)
voice conf application: konference


** Potential problems described below **


IP does not match:
IP from ifconfig:
/etc/nginx/sites-available/bigbluebutton: 192.168.1.123



root@server:~# bbb-conf --debug
-- ERRORS found in /usr/share/red5/log/* --
/usr/share/red5/log/error.log:2010-08-12 13:15:43,190 [http-8088-
exec-3] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/error.log:2010-08-12 14:14:30,452 [http-8088-
exec-2] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/error.log:2010-08-12 14:16:26,725 [http-8088-
exec-5] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/error.log:2010-08-12 19:49:45,482 [http-8088-
exec-3] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/error.log:2010-08-12 19:54:44,626 [http-8088-
exec-2] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/error.log:2010-08-12 19:55:38,693 [http-8088-
exec-5] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/red5.log:2010-08-12 13:15:43,190 [http-8088-
exec-3] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/red5.log:2010-08-12 14:14:30,452 [http-8088-
exec-2] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/red5.log:2010-08-12 14:16:26,725 [http-8088-
exec-5] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/red5.log:2010-08-12 19:49:45,482 [http-8088-
exec-3] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/red5.log:2010-08-12 19:54:44,626 [http-8088-
exec-2] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception
/usr/share/red5/log/red5.log:2010-08-12 19:55:38,693 [http-8088-
exec-5] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception

-- Errors found in /var/log/nginx/error.log --
2010/08/12 12:47:06 [error] 16797#0: *16 open() "/var/www/nginx-
default/favicon.ico" failed (2: No such file or directory), client:
192.168.1.33, server: localhost, request: "GET /favicon.ico HTTP/1.1",
host: "192.168.1.123"


seems a problem of red5...



On 12 Ago, 21:26, John Romain <roma...@infinitygroup.ca> wrote:
> Thanks...
>
> On Aug 12, 2010, at 3:21 PM, Denis Zgonjanin wrote:
>
> > Hi John,
>
> > As far as I know, most fonts work well with the presentation. Some obscure ones may not render properly, or else they'll be converted to another font. Some chinese fonts have also been known to cause issues.
>
> > As for transitions, unfortunately they are not kept in the conversion process. Any document you upload to the server is first converted to pdf, then the pdf is converted to Flash. This means that no transitions are kept.
>
> > - Denis
>
> > On Thu, Aug 12, 2010 at 3:19 PM, John Romain <roma...@infinitygroup.ca> wrote:
> > Hi Everyone,
>
> > Other than the audio delay bbb seems to be running well. I have two questions with regard to the presentation portion of the application. Are there specific fonts that should be used to ensure the conversion process is as seamless as possible? Is there only one transition that is supported? It seems to lose the transitions that the presentation runs with.
>
> > Thanks
>
> > ------
> > John Romain BSc, BEd.
> > Infinity human Resource Group Inc.
>
> > --
> > 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 athttp://groups.google.com/group/bigbluebutton-setup?hl=en.

Robert Wilson

unread,
Aug 13, 2010, 10:33:51 AM8/13/10
to bigbluebu...@googlegroups.com
In limited testing, I've found that converting the presentations to PDFs and then uploading works best.

Fred Dixon

unread,
Aug 13, 2010, 11:03:02 AM8/13/10
to bigbluebu...@googlegroups.com
Hi Robert,

We recommend always using PDF if possible.  When you use a .ppt or .doc document, for example, BigBlueButton uses OpenOffice 3.2 to do the conversion.  Office 2003 documents convert pretty well, but OpenOffice has troubles with some Office 2007 documents (Microsoft doesn't make it easy to convert).

Have your presenters using PDF and you'll get good results.

Regards,... Fred

P.S.  You can download from Microsoft a free "Save to PDF" module for Office 2007.  See

alcool

unread,
Aug 13, 2010, 1:07:16 PM8/13/10
to BigBlueButton-Setup
Hi everybody,
I have installed BBB 0.7 on Ubuntu 9.04 follows this easy guide
(http://code.google.com/p/bigbluebutton/wiki/InstallationUbuntu).
Unfortunately when open browser http://192.168.1.123 and join to demo
root@VDC-server:~# bbb-conf --debug
-- ERRORS found in /usr/share/red5/log/* --
/usr/share/red5/log/error.log:2010-08-12 13:15:43,190 [http-8088-
exec-3] ERROR o.a.c.c.C.[.[0.0.0.0].[/].[rtmpt] - Servlet.service()
for servlet rtmpt threw exception


I think that the problem dipends to red5


I do not understand how to resolve it


Please help!


Reply all
Reply to author
Forward
0 new messages