MP3 file Live streaming with node js
up vote
1
down vote
favorite
I'm trying upload a .mp3 file to node server so that multiple users can access that file when I play it. Similar to radio, when i start playing the song, all the users connected to that server should also be in the same position of audio.
Tried many ways using methods suggested in many Q/A, blogs, but needed a straight forward approach that handles this purpose.
Any working code/pointers or guidelines will be of great help
node.js audio audio-streaming http-live-streaming node-streams
add a comment |
up vote
1
down vote
favorite
I'm trying upload a .mp3 file to node server so that multiple users can access that file when I play it. Similar to radio, when i start playing the song, all the users connected to that server should also be in the same position of audio.
Tried many ways using methods suggested in many Q/A, blogs, but needed a straight forward approach that handles this purpose.
Any working code/pointers or guidelines will be of great help
node.js audio audio-streaming http-live-streaming node-streams
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I'm trying upload a .mp3 file to node server so that multiple users can access that file when I play it. Similar to radio, when i start playing the song, all the users connected to that server should also be in the same position of audio.
Tried many ways using methods suggested in many Q/A, blogs, but needed a straight forward approach that handles this purpose.
Any working code/pointers or guidelines will be of great help
node.js audio audio-streaming http-live-streaming node-streams
I'm trying upload a .mp3 file to node server so that multiple users can access that file when I play it. Similar to radio, when i start playing the song, all the users connected to that server should also be in the same position of audio.
Tried many ways using methods suggested in many Q/A, blogs, but needed a straight forward approach that handles this purpose.
Any working code/pointers or guidelines will be of great help
node.js audio audio-streaming http-live-streaming node-streams
node.js audio audio-streaming http-live-streaming node-streams
asked Nov 8 at 19:14
beta programmers
248
248
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
You can use icecast in order to stream your mp3 files and manage them on node using node-icy. Plus, if you want to have multiple channels listening to a single instance, I would recommend socket.io. Cheers!
Here's the script to setup your Icescast server:
https://github.com/rmfranciacastillo/Sleepnet/blob/master/Install.script
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
You can use icecast in order to stream your mp3 files and manage them on node using node-icy. Plus, if you want to have multiple channels listening to a single instance, I would recommend socket.io. Cheers!
Here's the script to setup your Icescast server:
https://github.com/rmfranciacastillo/Sleepnet/blob/master/Install.script
add a comment |
up vote
0
down vote
You can use icecast in order to stream your mp3 files and manage them on node using node-icy. Plus, if you want to have multiple channels listening to a single instance, I would recommend socket.io. Cheers!
Here's the script to setup your Icescast server:
https://github.com/rmfranciacastillo/Sleepnet/blob/master/Install.script
add a comment |
up vote
0
down vote
up vote
0
down vote
You can use icecast in order to stream your mp3 files and manage them on node using node-icy. Plus, if you want to have multiple channels listening to a single instance, I would recommend socket.io. Cheers!
Here's the script to setup your Icescast server:
https://github.com/rmfranciacastillo/Sleepnet/blob/master/Install.script
You can use icecast in order to stream your mp3 files and manage them on node using node-icy. Plus, if you want to have multiple channels listening to a single instance, I would recommend socket.io. Cheers!
Here's the script to setup your Icescast server:
https://github.com/rmfranciacastillo/Sleepnet/blob/master/Install.script
answered Nov 8 at 19:58
Renato Francia
3401515
3401515
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53214654%2fmp3-file-live-streaming-with-node-js%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown