shime / play-sound

Play sounds by shelling out to one of the available audio players.
MIT License
207 stars 31 forks source link

It cannot stream audio from domain on server #42

Open abhigk opened 4 years ago

abhigk commented 4 years ago

player.play("http://somedomain.com/audio/demo.mp3", function(err) { if (err) throw err; });