ffmpeg -stream_loop -1 -re -i gettysburg.wav -f mp3 udp://239.0.0.1:1234
on one device, and ffplay -i udp://239.0.0.1:1234
on another device.You can also play the stream with ffmpeg doing something like
ffmpeg -i udp://239.0.0.1:1234 -f pulse default