RTMPT setup

View: New views
4 Messages — Rating Filter:   Alert me  

RTMPT setup

by bryandonnovan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I found the following guide on RTMPT:
http://gregoire.org/2009/01/28/rtmpt-and-red5/

I followed the guide, setting http.port=80 and the Port Test demo shows success when connecting via RTMPT on port 80

My question is whether it is also necessary to uncomment the rtmpt.server bean inside of red5-core.xml:
<bean id="rtmpt.server" class="org.red5.server.tomcat.rtmpt.RTMPTLoader" init-method="init" lazy-init="true">

What is the purpose of this bean and why is it commented out?  The fact that it was commented out caused a warning on startup, but did not inhibit the port test app from connecting, so I am a bit confused.

Thanks.

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: RTMPT setup

by Walter Tak :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Are you sure you made a connection to Red5 and not to another service (like Apache) on port 80 ?
----- Original Message -----
Sent: Friday, 06 November 2009 18:12
Subject: [Red5] RTMPT setup

I found the following guide on RTMPT:
http://gregoire.org/2009/01/28/rtmpt-and-red5/

I followed the guide, setting http.port=80 and the Port Test demo shows success when connecting via RTMPT on port 80

My question is whether it is also necessary to uncomment the rtmpt.server bean inside of red5-core.xml:
<bean id="rtmpt.server" class="org.red5.server.tomcat.rtmpt.RTMPTLoader" init-method="init" lazy-init="true">

What is the purpose of this bean and why is it commented out?  The fact that it was commented out caused a warning on startup, but did not inhibit the port test app from connecting, so I am a bit confused.

Thanks.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: RTMPT setup

by bryandonnovan :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Yes, I'm certain that red5 was running on port 80.  I had to sudo ./red5.sh in order to get it to bind to port 80 



On Fri, Nov 6, 2009 at 10:17 AM, Walter Tak <walter@...> wrote:
Are you sure you made a connection to Red5 and not to another service (like Apache) on port 80 ?
----- Original Message -----
Sent: Friday, 06 November 2009 18:12
Subject: [Red5] RTMPT setup

I found the following guide on RTMPT:
http://gregoire.org/2009/01/28/rtmpt-and-red5/

I followed the guide, setting http.port=80 and the Port Test demo shows success when connecting via RTMPT on port 80

My question is whether it is also necessary to uncomment the rtmpt.server bean inside of red5-core.xml:
<bean id="rtmpt.server" class="org.red5.server.tomcat.rtmpt.RTMPTLoader" init-method="init" lazy-init="true">

What is the purpose of this bean and why is it commented out?  The fact that it was commented out caused a warning on startup, but did not inhibit the port test app from connecting, so I am a bit confused.

Thanks.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

Re: RTMPT setup

by Mondain :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

If you are using the rtmpt servlets in your app and your server (tomcat.server) is listening on port 80 and not 5080, then it is not nessasary to use the rtmpt.server bean. That bean creates an additional embedded tomcat to handle only rtmpt requests.
If your tomcat instance is listening on 5080 your rtmpt url would look similar to this
rtmpt://myiphost:5080/myapp

Paul

On Fri, Nov 6, 2009 at 10:49 AM, <bryandonnovan@...> wrote:
Yes, I'm certain that red5 was running on port 80.  I had to sudo ./red5.sh in order to get it to bind to port 80 



On Fri, Nov 6, 2009 at 10:17 AM, Walter Tak <walter@...> wrote:
Are you sure you made a connection to Red5 and not to another service (like Apache) on port 80 ?
----- Original Message -----
Sent: Friday, 06 November 2009 18:12
Subject: [Red5] RTMPT setup

I found the following guide on RTMPT:
http://gregoire.org/2009/01/28/rtmpt-and-red5/

I followed the guide, setting http.port=80 and the Port Test demo shows success when connecting via RTMPT on port 80

My question is whether it is also necessary to uncomment the rtmpt.server bean inside of red5-core.xml:
<bean id="rtmpt.server" class="org.red5.server.tomcat.rtmpt.RTMPTLoader" init-method="init" lazy-init="true">

What is the purpose of this bean and why is it commented out?  The fact that it was commented out caused a warning on startup, but did not inhibit the port test app from connecting, so I am a bit confused.

Thanks.


_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org



_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org




--
http://gregoire.org/
http://code.google.com/p/red5/
http://code.google.com/p/blue5/

_______________________________________________
Red5 mailing list
Red5@...
http://osflash.org/mailman/listinfo/red5_osflash.org