I know this is a long shot but I would like to know if this is possible and (in case of this being possible) someone to point me in the right direction.
I have a linux machine (running a nodejs server) that streams a playlist (local files) using VLC to a network. In that network there are 10 other linux machines playing the stream sent by the server (using VLC too);
I would like to know if it is possible to develop a webapp that can transmit audio from a computer browser to the server so that it can be streamed to the other machines;
I found this and this but I don't understand this quite well. Even If I can stream live audio to the server I don't know if I can "re-stream" to the other machines;