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

Improve PlayerCallback - round info #3

Open
GoogleCodeExporter opened this issue Mar 18, 2015 · 2 comments
Open

Improve PlayerCallback - round info #3

GoogleCodeExporter opened this issue Mar 18, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?


Please use labels and text to provide additional information.


Original issue reported on code.google.com by vbarta...@gmail.com on 27 May 2011 at 1:30

@GoogleCodeExporter
Copy link
Author

Add a new method to PlayerCallback which will pass Decoder.Info or similar 
object to the listener each time the Decoder.decode() method is returned.

Original comment by vbarta...@gmail.com on 27 May 2011 at 1:32

@GoogleCodeExporter
Copy link
Author

HI,
I found it may be has some compatibility problem.
The streaming aacdecoder player can only play "MPEG-4 AAC+ Audio"
but could not play "MPEG-4 AAC Audio"(see the attach file).

Here are some error information during debug:
02-11 05:18:03.738: E/AACPlayer(27910): java.lang.RuntimeException: Could not 
recognize the type of the stream.
02-11 05:18:03.738: E/AACPlayer(27910): at 
com.spoledge.aacdecoder.MultiPlayer.processHeaders(MultiPlayer.java:139)
02-11 05:18:03.738: E/AACPlayer(27910): at 
com.spoledge.aacdecoder.AACPlayer.play(AACPlayer.java:333)
02-11 05:18:03.738: E/AACPlayer(27910): at 
com.spoledge.aacdecoder.AACPlayer$1.run(AACPlayer.java:296)
02-11 05:18:03.738: E/AACPlayer(27910): at java.lang.Thread.run(Thread.java:856)

Is there any solution?Thanks in advance.

Original comment by staney.c...@gmail.com on 10 Feb 2015 at 9:24

Attachments:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant