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
Description: OpenPGP digital signature

