flattermann;587340 Wrote: > Android can, with some limitations, play MP3 and other formats, but > AFAIK that only works if you connect to a http streaming source and let > Android handle all the stuff on its own. > (That's what I want to try first: Using an "enhanced stream.mp3" > solution.) > > For a SqueezeSlave port, you probably want to implement the SlimProto > protocol and create your own buffer, but that will only work with PCM > data (and not with MP3 or any other format). :-/ >
I wasn't planning on implementing anything. Unlike Squeezeslave, Softsqueeze supports direct streaming (not "stream.mp3") of mp3 from SBS for music using http or from other sources for radio streams/podcasts and I reckoned it would be the easiest startpoint for a Android implementation. I was using info from this Android app source code for my guesses http://code.google.com/p/npr-android-app/source/browse/trunk/Npr/src/org/npr/android/news/PlaybackService.java -- bpa ------------------------------------------------------------------------ bpa's Profile: http://forums.slimdevices.com/member.php?userid=1806 View this thread: http://forums.slimdevices.com/showthread.php?t=62060 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
