Hello, I have to play some online musics streaming through mini2440. I already tried to play in Qtopia and WinCE but it just can play phisicals audio files on flash device. Does anyone have any tip to help me? Rodolfo Bandeira
Online audio streaming
you can try something like this in the terminal: wget -q -O - http://stream.com:80 | madplay -
Yeah i use this already to listen to shoutcast streams .... but you need to compile wget on your own, cause the busybox wget does not support -q (qeue) i would also suggest -t 0 (for infinite retrys) wget -q -t 0 -O - http://stream.com:80 | madplay - Yours Andreas
Andreas, Do you have the command line to compile this wget version? Do you compile in mini2440 or in desktop using cross-compilling? And.. do you have the url stream that you hear? Thanks