flash media server with sun webserver
Hi,
I have a application which will record the user voice using flash media server 3.5. My application and flash media servers are in two different servers. I am using sun java webserver to serve my website, is there any plugin or way to communicate the fms via webserver? can i you reverse proxy plugin to proxy the request from flash client to fms server via sun webserver? like below example?
<Object name="flash">
#ObjectType fn="check-passthrough" type="magnus-internal/passthrough"
Service fn="service-passthrough" servers="http://<fms server ip>:1935"
</Object>
Another question is, why do we need apache installed along with fms what is the purpose of apache? can i just install the fms standalone listining on 1935 and use reverse proxy plugin to proxy the request from client to fms server?
One more, when i do rtmpt, the client will directly hit the http://fms:80? or
Thanks
