server and client interoperability in rpcgen

Hi,

I want to use rpcgen for my application. My application requires client and server to be interoperable. So is it possible with rpcgen??

Details:-

  1. Function will be called from client side and server will perform it
  2. I want to stream continuous video from server end to client machine. So how to achieve it??

--Surendar