Should be this:

# HTTP
http.host=0.0.0.0
http.port=8080
# RTMP
rtmp.host=0.0.0.0
rtmp.port=1935
rtmp.event_threads_core=16
rtmp.event_threads_max=32
# event threads queue: -1 unbounded, 0 direct (no queue), n bounded
queue
rtmp.event_threads_queue=-1
rtmp.event_threads_keepalive=60
rtmp.send_buffer_size=271360
rtmp.receive_buffer_size=65536
rtmp.ping_interval=5000
rtmp.max_inactivity=60000
# RTMPT
rtmpt.host=0.0.0.0
rtmpt.port=8080
rtmpt.ping_interval=5000
rtmpt.max_inactivity=60000
# WEBAPP
webapp.contextPath=/
webapp.virtualHosts=*,localhost, localhost:5080, 127.0.0.1:5080

You have got to change RED5 to Tomcat's default ports.

I assume you are using mod_jk and are forwarding to port 80 via port 8009.

If you cannot telnet to port 1935 localhost , then it is probably being
used.

Can you run a utility to show what ports are opened?

Lenny



On 8/22/07, Mauro Sanna <[EMAIL PROTECTED]> wrote:
>
>
> > # HTTP
> > http.host=0.0.0.0
> > http.port=5080
> > # RTMP
> > rtmp.host=0.0.0.0
> > rtmp.port=1935
> > rtmp.event_threads_core=16
> > rtmp.event_threads_max=32
> > # event threads queue: -1 unbounded, 0 direct (no queue), n bounded
> > queue
> > rtmp.event_threads_queue=-1
> > rtmp.event_threads_keepalive=60
> > rtmp.send_buffer_size=271360
> > rtmp.receive_buffer_size=65536
> > rtmp.ping_interval=5000
> > rtmp.max_inactivity=60000
> > # RTMPT
> > rtmpt.host=0.0.0.0
> > rtmpt.port=8088
> > rtmpt.ping_interval=5000
> > rtmpt.max_inactivity=60000
> > # WEBAPP
> > webapp.contextPath=/
> > webapp.virtualHosts=*,localhost, localhost:5080, 127.0.0.1:5080
> >
> > I've changed rtmp port in 80 but I still see any flv stream in the
> > library menu of oflaDemo player.
>
> it seems that rmtp doesn't work.
> I can't connect to telnet localhost 1935 as well as localhost 8088.
> When I run the port tester demo it says all the ports connection
> failed.
>
>
> _______________________________________________
> Red5 mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/red5_osflash.org
>
_______________________________________________
Red5 mailing list
[email protected]
http://osflash.org/mailman/listinfo/red5_osflash.org

Reply via email to