mplayer call to shell script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user