I have been trying to set up a way to cast my weather. Everything works until I try to play any audio to a google mini. If I cast an audio from my web server, it all works, but nothing from the pi device, itself. I get the following in the debug panel:
Not able to load media:Load failed Not able to load the media.
Any help would be appreciated.
[{"id":"43091b5c.d97da4","type":"tab","label":"Flow 2","disabled":false,"info":""},{"id":"a17b9ea9.6a949","type":"cast-to-client","z":"43091b5c.d97da4","name":"","url":"","contentType":"","message":"","language":"en","ip":"10.10.7.20","port":"8009","volume":"50","x":800,"y":140,"wires":[[]]},{"id":"24563bf6.d167e4","type":"inject","z":"43091b5c.d97da4","name":"Play","props":[{"p":"payload","v":"","vt":"date"},{"p":"topic","v":"","vt":"string"}],"repeat":"","crontab":"","once":false,"onceDelay":0.1,"topic":"","payload":"","payloadType":"date","x":250,"y":140,"wires":[["3f5f4775.a5e218"]]},{"id":"3f5f4775.a5e218","type":"trigger","z":"43091b5c.d97da4","name":"tts + reset volume","op1":"{\"url\":\"http://10.10.7.6/home/mike/web/pi/tmp/wavenet_test.mp3\",\"contentType\":\"audio/mp3\",\"volume\":70}","op2":"{\"volume\":50}","op1type":"json","op2type":"json","duration":"7","extend":true,"overrideDelay":false,"units":"s","reset":"","bytopic":"all","topic":"topic","outputs":1,"x":540,"y":140,"wires":[["a17b9ea9.6a949"]]}]