Hello everyone - I was wondering if someone can help me with this error.
This error comes up when I move a file to the whiteboard. For example a PDF 
file.

onerror SWF!! canvas.mediaerrortimeout exceeded for 
http://myserver.com:5080/openmeetings/DownloadHandler?fileName=f6cdaacc06a41b0076121a14aeaf5842%2Eswf&moduleName=videoconf1&parentPath=%2Ff6cdaacc06a41b0076121a14aeaf5842%2F&room_id=files&sid=85ac8314d481c8b76a54f600aefa9234

My current setup is an Ubuntu server running 10.10. Latest Java.
Basically the Red5 server is running internally on port 5080 for http and 
1935 for the rtmp.
If I access the server with the internal IP address 
192.168.x.x:5080/openmeetings
I do not get this error.
I only get this error when I use the Apache proxy.
I configured Apache to proxy port 5080 and open the firewall to port 1935
my proxy setting on Apache are

ProxyPass / http://localhost:5080
ProxyPassReverse / http://localhost:5080
ProxyPass /open http://localhost:8088/open
ProxyPassReverse /open http://localhost:8088/open
ProxyPass /send http://localhost:8088/send
ProxyPassReverse /send http://localhost:8088/send
ProxyPass /idle http://localhost:8088/idle
ProxyPassReverse /idle http://localhost:8088/idle
ProxyPass /close http://localhost:8088/close
ProxyPassReverse /close http://localhost:8088/close
ProxyPass /fcs http://localhost:8088/fcs
ProxyPassReverse /fcs http://localhost:8088/fcs

I haven't change anything within the Red5 configurations.

Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"OpenMeetings User" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/openmeetings-user/-/1nZ_UNxxeakJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/openmeetings-user?hl=en.

Reply via email to