ehabulhaq wrote: Hi All,
So finally to put down this question to rest. " is it possible to stream audio over esp mesh network?"
The answer is YES.
I was able to setup 2 nodes and one root. the root obtained a high quality audio stream ( 1.2 Mbps) from a tcp server and distributed it to all the nodes using multicast. All while playing music locally as well. I tested this on lyratd-dspg boards.
I created a custom mesh_stream service and used it esp_ADF audio element library.
Ehab
That's awesome! i'm very happy to read that. Can you provide the source code to get a better idea? Hope you can help me.