Il giorno mar, 21/08/2007 alle 11.12 -0500, Lenny Sorey ha scritto: > Are you connecting to your app in the demo oflaDemo window as > rtmp://localhost/oflaDemo > > You don't need to reference the port in this since it is setup in > red5.properties. > > make sure in red5.properties that the rtmp port reference is 8080 > rather than 8088. > > Are you running your tomcat app as http://localhost:8080/red5 > > If so, all the flv videos should display in your grid where you can > click > on them and play the video. > > Lenny
I'm running tomcat throught apache at port 80. Here is my red5.properties: # 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. _______________________________________________ Red5 mailing list [email protected] http://osflash.org/mailman/listinfo/red5_osflash.org
