Red5: how to enable RTMPT?
I install Red5 1.0 RC1 from the official site, but it doesn't have RTMPT enabled by default. How do I en开发者_如何学编程able it?
Solution: take the latest version from SVN:
svn checkout http://red5.googlecode.com/svn/java/server/trunk/ red5-read-only
Then, in the conf/jee-container.xml uncomment the following section:
<!-- RTMPT (dedicated server) -->
<bean id="rtmpt.server" class="org.red5.server.tomcat.rtmpt.RTMPTLoader" init-method="init" lazy-init="true">
...
精彩评论