Hi,
I'm installed omxplayer on a Pi3 and have installed the omxplayer node with the aim of playing and stopping an mp3 file as part of a flow. From the command line I can play an mp3 using:
omxplayer -o alsa filename.mp3
However when I attempt to use the node to play the same file I get an debug error: "Error: not ready yet". My inject node has a payload of 'playpause' as per the docs for the node. The node audio output is set to alsa as I'm using an I2s amp and speaker...
Has anyone got any ideas of how to debug this error or has fixed it before?