Hi Lesley.
It is good to know it worked.
Yes, you could configure the mediaproxy on another computer.
You still load the mediaproxy module, and configure the socket to your proxydispatcher (which must be running).
In the config file of it, you define that the mediaproxy is reachable at some IP address:
This is an snippet of my mediaproxy.ini file:
start = yes
;socket = /var/run/proxydispatcher.sock
listen=
X.Y.Z.W
defaultProxy = A.B.C.D
accounting = off
Where A.B.C.D is the machine where mediaproxy is running; it listens on 25060 TCP port.
Kind regards.
Hi Sergio,You are correct, it works after modified the parameter.Here comes another question: what if setup mediaproxy on another PC? how to configure the openser.cfg? Should it load dispatcher?Thank you.Regards,Lesley