Re: [maemo-developers] Play online mp3

2007-01-27 Thread Stefan Kost
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
> maemo-developers@maemo.org
> https://maemo.org/mailman/listinfo/maemo-developers

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Play online mp3

2007-01-24 Thread jl . biord

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.

Thanks,

Jean-Luc Biord
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers