1

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;

asked Sep 16, 2014 at 14:40
1

1 Answer 1

1

It sounds doable. I went over the first link you provided, as that is the one that can work for you. The second link is different from what you want. So as the article mentions you can configure BinaryJS on both the client and server side and set it up to upload a music file back to the server, which you can then forward to the linux machines you have set up.

Here is a link for a tutorial on how to use binaryJs to stream music to client from the server and how to upload music/video back. http://www.olindata.com/blog/2014/01/file-uploading-and-streaming-binaryjs

If you have any further questions about the process let me know :)

answered Sep 16, 2014 at 19:37
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.