mplayer call to shell script

This commit is contained in:
2015-11-09 10:33:52 +01:00
parent e167c8f6dd
commit 7e4839bbe5
4 changed files with 36 additions and 7 deletions
+2 -6
View File
@@ -102,12 +102,8 @@ exports.play = function(idx) {
}*/
var Child = spawn(
'mplayer',
[
'-slave',
'-quiet',
stream2play
]
App.get('tools_root')+'start_radio.sh',
[]
);
// listen for any response from the child