red5-io
red5-io copied to clipboard
mp3 read bug
mp3 read failure
fix code
public MP3Reader(File file) throws FileNotFoundException { add int startByte = 0; // Wrap mapped byte buffer to MINA buffer in = IoBuffer.wrap(mappedFile); in.skip(startByte); }
Does this work only for your test file, or for any red5 playable mp3?
test mp3 file in dropbox share https://www.dropbox.com/s/cx5yhqmvu44kwdr/test1.mp3