Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mp3 read bug #6

Open
pengliren opened this issue Jul 8, 2014 · 2 comments
Open

mp3 read bug #6

pengliren opened this issue Jul 8, 2014 · 2 comments
Assignees
Labels

Comments

@pengliren
Copy link

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);
}

@mondain
Copy link
Member

mondain commented Jul 8, 2014

Does this work only for your test file, or for any red5 playable mp3?

@pengliren
Copy link
Author

test mp3 file in dropbox share
https://www.dropbox.com/s/cx5yhqmvu44kwdr/test1.mp3

@mondain mondain added the bug label Dec 24, 2014
@mondain mondain self-assigned this Dec 24, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants