Hosting my project online?

Ash Howard's icon

My project is essentially coded music which plays when I press "play". But I wouldn't want other people to press play, they would only hear the result of what is playing on my end. So essentially they would go onto a website and see the project already playing, and so everyone hears the same thing.

Or is this impossible to do?

If that's not possible, is there a way to let them press play, so everyone would own the project and would press "play" individually

Roman Thilenius's icon

shnerk le bring akura la ilderit nagostanza kak pirp.

but i think you can solve it with some kind of timeline or counter running at the host (or the main client?). other clients´ start button will fetch the current trime value from there, and then know what to play.

LSka's icon

You'll need to stream somehow audio on the web.
The most common solution is using Shoutcast or Icecast. https://github.com/Iunusov/ShoutVST is a VST you can load directly into Max (with the vst~ object) to stream to an Icecast server.
More info on Icecast here: http://icecast.org/

Ash Howard's icon

Thanks!