[Red5devs] RTMPT support available!
Joachim Bauch
jojo at struktur.de
Sun Mar 5 09:09:11 EST 2006
Hi Guys!
finally it's done: support for RTMP over HTTP is available in the
trunk of the repository (r458)!
It's implemented by a servlet that is run inside a jetty http server
on a different port (default 8088) and as a different instance than
the regular server for the webapps.
You can configure the RTMPT server by changing the red5.xml (bean
"rtmptServer") and the jetty_rtmpt.xml which maps the different RTMPT
urls to the new servlet.
I've tested some of the included samples and they all work fine, even
the live video demos and the ofla_demo .flv player... :)
To connect your NetConnection through RTMPT, simply use a connection
string like "rtmpt://localhost:8088/oflaDemo"
There are a lot of points for optimizations, especially when dealing
with streams, but I just wanted to let you know "it's working".
Joachim
More information about the Red5devs
mailing list