Archived

This forum has been archived. Please start a new discussion on GitHub.

How to make streaming with Ice

Dear,
I want to make streaming (read wave file) between a server (whitch run Ice) and a client (uses IceE). The wave file is stored on the server. is it possible ? if yes how to perform it ?
Thanks

Comments

  • dwayne
    dwayne St. John's, Newfoundland
    Ice does not have a built in means to do this, it is something that you would have to implement yourself. A good starting point would be to read Matthew's article in issue 20 on file transfer.