I am currently streaming mic audio to a box with vlc to receive the stream. It works nicely, only thing was ffmeg seems to be compiled without mp3 lame option, thus mp2 codec.
ffmpeg -f oss -i /dev/dsp -acodec mp2 -ab 32k -ac 1 -re -f rtp rtp://192.168.1.70:1234
Any ideas about options from the tiny core apps to decode the mp2 rtp stream and feed it to the headphone socket?
I am looking for a command line, pipe style, hard coded solution. Small footprint to fit in a thin client 64M DOM if possible.
Reg hc