weekens
weekens

Reputation: 8292

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 enable it?

Upvotes: 2

Views: 3265

Answers (1)

weekens
weekens

Reputation: 8292

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

Upvotes: 2

Related Questions