Ogg files are not supported by android. Android only supports mp3 and m4a files (amr audio codec). I may be wrong but to check you can play your ogg locally with the standard music application.
On Nov 2, 10:16 pm, David Given <[EMAIL PROTECTED]> wrote: > I'm trying to stream an ogg file over the network, but without success. > MediaPlayer.setDataSource() throws an IOException: > > java.io.IOException: setDataSource failed.: status=0x80000000 > > I know the destination file exists, and the same code works fine with > mp3s, so this seems to be something specific to oggs. > > Looking at the source code, that status number seems to correspond to > MediaPlayer's UNKNOWN_ERROR, which appears to be a catch-all for > 'something broke', but I've been unable to track things down further > than that. > > Does anyone know how I can make this work? > > -- > ┌─── dg@cowlark.com ─────http://www.cowlark.com───── > │ > │ ⍎'⎕',∊N⍴⊂S←'←⎕←(3=T)⋎M⋏2=T←⊃+/(V⌽"⊂M),(V⊝"M),(V,⌽V)⌽"(V,V←1⎺1)⊝"⊂M)' > │ --- Conway's Game Of Life, in one line of APL > > signature.asc > < 1KViewDownload --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

