Normally it should be just that simple but you did mention in another post that your running node-red in a docker container, am i right or am i confusing things?
If this is the case i’m not sure if Nodered has excess to mpg321 if it’s installed outside of the container.
But to narrow it down connect a debug node to all 3 outputs of the exec node and show us the outputs you get when you try to run the command.
This is the output you asked for:
code: 127
message: "Command failed: /usr/bin/mpg321 http://progressive-audio.lwc.vrtcdn.be/content/fixed/11_11niws-snip_lo.mp3↵/bin/bash: /usr/bin/mpg321: No such file or directory↵"
Probably again something which has to do with the docker containers?
The strange thing is that Node-RED as such is able to play the stream as suggested by ArneR (who withdraw his answer a few seconds after I imported his flow...)
You can see this in this flow:
[{"id":"b5c9031e.3f6cd","type":"tab","label":"Flow 1","disabled":false,"info":""},{"id":"3892de81.b1aeaa","type":"ui_template","z":"b5c9031e.3f6cd","group":"ca08eeb9.434f68","name":"Jongste Nieuws","order":1,"width":0,"height":0,"format":"<audio controls>\n <source src=\"http://progressive-audio.lwc.vrtcdn.be/content/fixed/11_11niws-snip_lo.mp3\" type=\"audio/mpeg\">\n</audio>","storeOutMessages":true,"fwdInMessages":true,"resendOnRefresh":true,"templateScope":"local","x":700,"y":320,"wires":[[]]},{"id":"f8843bb4.5455d8","type":"exec","z":"b5c9031e.3f6cd","command":"/usr/bin/mpg321 http://progressive-audio.lwc.vrtcdn.be/content/fixed/11_11niws-snip_lo.mp3","addpay":false,"append":"","useSpawn":"false","timer":"","oldrc":false,"name":"","x":560,"y":200,"wires":[["ab817b9e.05b938"],["ab817b9e.05b938"],["ab817b9e.05b938"]]},{"id":"82de2858.ddeec8","type":"inject","z":"b5c9031e.3f6cd","name":"","props":[{"p":"payload"},{"p":"topic","vt":"str"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":130,"y":220,"wires":[["f8843bb4.5455d8"]]},{"id":"ab817b9e.05b938","type":"debug","z":"b5c9031e.3f6cd","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","statusVal":"","statusType":"auto","x":1040,"y":180,"wires":[]},{"id":"ca08eeb9.434f68","type":"ui_group","z":"","name":"Group 1","tab":"407e1078.7c1238","order":1,"disp":true,"width":"6","collapse":false},{"id":"407e1078.7c1238","type":"ui_tab","z":"","name":"Home","icon":"dashboard","order":7,"disabled":false,"hidden":false}]
kind regards,
hugo