hi, [EMAIL PROTECTED] wrote: > Hello, > > I want, in a C program, to play mp3 onlines. If, by example, a mp3 is on > http://foo.org/toto.mp3, what method is the best to play it.
use gstreamer: gst-launch gnomevfssrc location="http://foo.org/toto.mp3" ! dspmp3sink check the gstreamer docs (http://gstreamer.freedesktop.org) how to do that from within an application. Stefan > > Thanks, > > Jean-Luc Biord > _______________________________________________ > maemo-developers mailing list > [email protected] > https://maemo.org/mailman/listinfo/maemo-developers _______________________________________________ maemo-developers mailing list [email protected] https://maemo.org/mailman/listinfo/maemo-developers
