I have linaro 12.06 installed on my Miniand's Hackberry(https://www.miniand.com/products/Hackberry%20A10%20Developer%20Board).
I have wireless access point up on the hackberry with the ssid of HACK
I am using this command on the hackberry:
avconv -f alsa -ac 1 -i hw:0,0 -acodec mp2 -b 64k -f rtp rtp://10.0.0.1:1234
So using my laptop I connected to the hackberry "HACK" and then I pulled up the terminal and typed in
avplay -i rtp://10.0.0.1:1234
I am not getting any audio signal. Do you know what I am doing wrong?
On the hackberry, If I run
avconv -f alsa -ac 1 -i hw:0,0 -acodec mp2 -b 64k -f rtp rtp://10.0.0.1:1234
and with a new terminal screen run
avplay -i rtp://10.0.0.1:1234
I can hear the audio perfectly fine.
I am trying to avoid using a streaming server.
Can anyone help?
thank you!