|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
RTMPT setupI 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 setupAre you sure you made a connection to Red5 and not
to another service (like Apache) on port 80 ?
_______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: RTMPT setupYes, 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:
_______________________________________________ Red5 mailing list Red5@... http://osflash.org/mailman/listinfo/red5_osflash.org |
|
|
Re: RTMPT setupIf 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 -- 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 |
| Free embeddable forum powered by Nabble | Forum Help |