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

崩溃日志 #682

Closed
lzx1 opened this issue Sep 6, 2017 · 8 comments
Closed

崩溃日志 #682

lzx1 opened this issue Sep 6, 2017 · 8 comments

Comments

@lzx1
Copy link

lzx1 commented Sep 6, 2017

版本2.0.1
用 System.loadLibrary 方法加载了一个armeabi-v7a的.so类库
请问是没有64为的.so文件的原因吗

09-06 13:33:12.227 754-754/? A/DEBUG: *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
09-06 13:33:12.227 754-754/? A/DEBUG: Build fingerprint: 'vivo/PD1616/PD1616:6.0.1/MMB29M/compiler08162252:user/release-keys'
09-06 13:33:12.227 754-754/? A/DEBUG: Revision: '0'
09-06 13:33:12.227 754-754/? A/DEBUG: ABI: 'arm'
09-06 13:33:12.227 754-754/? A/DEBUG: pid: 31679, tid: 4068, name: Thread-52569 >>> com.xxx.xxx <<<
09-06 13:33:12.227 754-754/? A/DEBUG: signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x10
09-06 13:33:12.287 754-754/? A/DEBUG: r0 00000001 r1 535de212 r2 0000010f r3 fffff7ac
09-06 13:33:12.287 754-754/? A/DEBUG: r4 00200001 r5 f7322ec0 r6 f46fc900 r7 d18d5500
09-06 13:33:12.287 754-754/? A/DEBUG: r8 00000000 r9 00000000 sl f491a248 fp f46fc900
09-06 13:33:12.287 754-754/? A/DEBUG: ip 00430000 sp d8eab6a8 lr f4528133 pc f45ed2de cpsr 600f0030
09-06 13:33:12.287 754-754/? A/DEBUG: backtrace:
09-06 13:33:12.287 754-754/? A/DEBUG: #00 pc 003402de /system/lib/libart.so (_ZNK3art6Thread13DecodeJObjectEP8_jobject+189)
09-06 13:33:12.287 754-754/? A/DEBUG: #1 pc 0027b12f /system/lib/libart.so (_ZN3art3JNI20GetByteArrayElementsEP7_JNIEnvP11_jbyteArrayPh+266)
09-06 13:33:12.287 754-754/? A/DEBUG: #2 pc 0003232f /data/app/com.llkj.liveshow-2/lib/arm/libQPlayer.so
09-06 13:33:12.287 754-754/? A/DEBUG: #3 pc 0003328b /data/app/com.llkj.liveshow-2/lib/arm/libQPlayer.so
09-06 13:33:12.287 754-754/? A/DEBUG: #4 pc 0002fa69 /data/app/com.llkj.liveshow-2/lib/arm/libQPlayer.so
09-06 13:33:12.287 754-754/? A/DEBUG: #5 pc 0000d735 /data/app/com.llkj.liveshow-2/lib/arm/libQPlayer.so
09-06 13:33:12.287 754-754/? A/DEBUG: #6 pc 0000e925 /data/app/com.llkj.liveshow-2/lib/arm/libQPlayer.so
09-06 13:33:12.287 754-754/? A/DEBUG: #7 pc 0000e685 /data/app/com.llkj.liveshow-2/lib/arm/libQPlayer.so
09-06 13:33:12.287 754-754/? A/DEBUG: #8 pc 0003fbb3 /system/lib/libc.so (_ZL15__pthread_startPv+30)
09-06 13:33:12.287 754-754/? A/DEBUG: #9 pc 00019ff5 /system/lib/libc.so (__start_thread+6)
09-06 13:33:13.397 754-754/? A/DEBUG: Tombstone written to: /data/tombstones/tombstone_09
09-06 13:33:13.397 754-754/? E/DEBUG: AM write failed: Broken pipe

@zshbleaker
Copy link
Contributor

不需要手动 System.loadLibrary 的,把相关的 so 加入到对应目录中就好,SDK 会自己载入

@lzx1
Copy link
Author

lzx1 commented Sep 6, 2017

崩溃日志没有问题吗? 只是我载入so包有问题吗?崩溃现象出现在播放开始后几十分钟的时候,用的PLVideoView m3u8的视频地址

@zshbleaker
Copy link
Contributor

请问一下具体的使用流程是?

@lzx1
Copy link
Author

lzx1 commented Sep 7, 2017

用Demo跑也会崩溃,还有一点就是这个播放器限制视频流的时长吗?我有一个两个小时十六分钟的视频,播放的ErrorListener总是-3 demo也是返回的是-3,但是我用安卓原声的MediaPlayer就能播放成功?是Bug 还是我配置有问题,用PlMediaPlayer会报IOError 用PlVideoView会ErrorListener会有-3错误

@Jhuster
Copy link
Contributor

Jhuster commented Sep 7, 2017

@lzx1 视频流地址发我下,我们测测看,多谢反馈

@lzx1
Copy link
Author

lzx1 commented Sep 7, 2017

找到问题了吗? 是视频流的问题 还是我播放器配置的问题?我要播放这样的视频流还能不能用2.0.1的版本呢

@zshbleaker
Copy link
Contributor

@lzx1 m3u8 的格式问题,播放器主要是针对七牛云的直播流格式进行的优化,下个版本将会修复这个问题。

@lzx1
Copy link
Author

lzx1 commented Sep 7, 2017

好的,非常感谢耐心帮我解答。

@lzx1 lzx1 closed this as completed Sep 7, 2017
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