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

How can I change player log level ? #9

Closed
jacobhub opened this issue Nov 15, 2012 · 3 comments
Closed

How can I change player log level ? #9

jacobhub opened this issue Nov 15, 2012 · 3 comments

Comments

@jacobhub
Copy link

when playing a video the logcat is flooded with log from the player, is it possible to lower the log level ?

@mrmike
Copy link

mrmike commented Nov 15, 2012

You can change log level here, at line 60:
https://github.com/appunite/AndroidFFmpeg/blob/master/FFmpegLibrary/jni/player.c

@jacobhub
Copy link
Author

thanks for you reply, but I cant build the jni library I am using the binaries from here in the download section.
when I try to build jni ( for the ffmpeg-build libraries am using the download binary files ) I get this error:

D:\AndroidFFmpeg2\FFmpegLibrary\jni>ndk-build
"Compile thumb : ffmpeg-jni <= ffmpeg-jni.c
In file included from D:/AndroidFFmpeg2/FFmpegLibrary//jni/ffmpeg-jni.c:34:0:
D:/AndroidFFmpeg2/FFmpegLibrary//jni/player.h:22:36: fatal error: libavutil/audioconvert.h: No such file or directory
compilation terminated.
make: *** [D:/AndroidFFmpeg2/FFmpegLibrary//obj/local/armeabi-v7a/objs/ffmpeg-jni/ffmpeg-jni.o] Error 1

@jacobhub jacobhub reopened this Nov 16, 2012
@jacek-marchwicki
Copy link
Member

did you read README.md? you have to build ffmpeg before building player
"./build_android.sh"

this is duplicate of #7 closing

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

No branches or pull requests

3 participants