-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Decode and play FFmpegFrameGrabber audio #110
Comments
Here is a good post to guide anybody who needs help on it: http://revealedtricks4u.blogspot.in/2015/03/play-audio-sample-grabbed-using-javacv.html |
I tried previous answer, but adds a lot of lag. Is there any other method that can give a better result? |
Can u please specify your phone model and specifications. Because javacv is not so accurate for using it for as a video player as So try considering open source powerful video players like VLC. Hope it helps.
|
I have a Xperia Z, but yes, I'll try to find another option. Thank you. |
Hello, Patricio did you find a solution to this problem I'm facing the same issue. I hope you have some ideas. Saludos |
Hello. I'm trying to grab a stream (using FFmpegFrameGrabber) from a Wowza server, decode it in AAC and play it on an AudioTrack. I have checked some resources on internet:
http://stackoverflow.com/questions/22760325/playing-javacv-ffmpeg-decoded-audio-in-android-with-audiotrack
https://code.google.com/p/javacv/issues/detail?id=453
But I still don't clearly know how to do it. I'll be thankful if you can point me somewhere I can guide myself.
The text was updated successfully, but these errors were encountered: