-
Notifications
You must be signed in to change notification settings - Fork 69
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
大佬,可以增加原生api MediaPlayer 实现的demo吗 #10
Comments
可以将你的代码贴一下。 |
是在demo里复制了一下IjkPlayerImpl 改成了MediaPlayer , 下面是代码: public class MediaPlayerImpl extends BasePlayerImpl {
// if (type == SeekType.EXACT_SYNC) {
} |
这个是大概的日志, 中间有一段error 2021-06-24 15:57:47.705 24576-24576/com.jeffmony.sample I/ViewRootImpl@4c2aa87[MainActivity]: ViewPostIme pointer 0 |
可以用MediaPlayer实现吗,在demo 里按照IjkPlayer 模板实现试了一下, MediaPlayer 一直报错, 找不到原因。。。
The text was updated successfully, but these errors were encountered: