-
Notifications
You must be signed in to change notification settings - Fork 534
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
小米9录制Crash #38
Comments
有其它的日志吗,logcat里 |
啊。没注意啊。。你突然一个邮件,我都差点忘了这事了。
加个QQ? 3980599。
[email protected]
发件人: Yrom Wang
发送时间: 2019-07-23 11:27
收件人: yrom/ScreenRecorder
抄送: Subscribed
主题: Re: [yrom/ScreenRecorder] 小米9录制Crash (#38)
有其它的日志吗,logcat里
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
我用这个项目改造了一下 也遇到这个问题了,经过我的调试,发现是在MediaMuxer 调用writeSampleData的时候写入的音频数据的时间戳有问题,出现了新的时间戳比旧的时间戳还小的问题,主要问题出在resetAudioPts。不过也有可能是我进行了改造造成的,可以参考一下。 @yrom |
这个问题怎么解决? |
OS Version: 9_28
Vendor: Xiaomi
Model: MI 9
CPU ABI: armeabi-v7a
java.lang.IllegalStateException: writeSampleData returned an error
at android.media.MediaMuxer.nativeWriteSampleData(Native Method)
at android.media.MediaMuxer.writeSampleData(MediaMuxer.java:682)
at com.wl.screenrecorder.ScreenRecorder.writeSampleData(ScreenRecorder.java:287)
at com.wl.screenrecorder.ScreenRecorder.signalEndOfStream(ScreenRecorder.java:176)
at com.wlscreenrecorder.ScreenRecorder.access$300(ScreenRecorder.java:42)
The text was updated successfully, but these errors were encountered: