littleplayer

Results 22 comments of littleplayer

(⊙o⊙)哦 原来是用的这个呀 https://github.com/dzenbot/DZNEmptyDataSet

#4683 jkplayer目前维护感觉比较慢,估计开源方已倦于5-7年的无休止的更新迭代。MCIJKPlayer是解决xcode 9.0后,系统对于UIKit某些方法必须主线程检查,造成的线程等待问题。 如果你的项目使用的IJKPlayer, 你也遇到线程卡顿问题,那请使用MCIJKPlayer, 集成方法 已经编译好的IJKMediaFramework.framework [MCIJKPlayer](https://github.com/poholo/MCIJKPlayer)

> > #4683 > > jkplayer目前维护感觉比较慢,估计开源方已倦于5-7年的无休止的更新迭代。MCIJKPlayer是解决xcode 9.0后,系统对于UIKit某些方法必须主线程检查,造成的线程等待问题。 > > 如果你的项目使用的IJKPlayer, 你也遇到线程卡顿问题,那请使用MCIJKPlayer, 集成方法 已经编译好的IJKMediaFramework.framework [MCIJKPlayer](https://github.com/poholo/MCIJKPlayer) > > 我改了FFmpeg的源码,适配我们自己的拉流解析,所以估计不好使用你这个 这块代码修改只是IJKSDLGLView, 并未涉及到FFmpeg底层, 不要使用 IJKMediaFramework.framework MCIJKPlayer这个打包好的库, 而是将我修改[IJKSDLGLView](https://github.com/poholo/ijkplayer/)替换你的IJKSDLGLView,

> 经常卡死在 【IJKSDLGLView lockGLActive】,怎么解? #4683 pod 'MCIJKPlayer'

> > 卡死在【IJKSDLGLView lockGLActive】,怎么解? > > > 卡死在【IJKSDLGLView lockGLActive】,怎么解? > > 大佬,这个问题解决了吗? https://github.com/bilibili/ijkplayer/pull/4683 https://github.com/poholo/MCIJKPlayer pod 'MCIJKPlayer'

> > ijk现在又不怎么更新了,每次上线崩溃率第一就是这个ijk定位在的IJKSDLGLView里面,真是烦死,想弃用了,真够拉的 > > ![IJKSDLGLView-Thread](https://user-images.githubusercontent.com/10845760/227884536-ac06ea6a-16c9-4fdb-bb81-a9735c30157f.png) 这样改不会崩,不会卡(但是在2处,首次播放依然显示要在主线程) > > IJK sdk 编译 和 问题讨论,加微信群 13022155071 见仁见智,我提供的一种解决方式,在本人项目中表现良好。 ijkplayer源码修改见:https://github.com/poholo/ijkplayer (源码修改见几个commit) ijkplayer打包好的库:https://github.com/poholo/MCIJKPlayer pod 'MCIJKPlayer' MCPlayerKit通用测试库:https://github.com/poholo/MCPlayerKit (里面有现成的Demo) 有问题提pr,本人有时间会和大家探讨,感谢

you can use my fork repo [kxmovie](https://github.com/poholo/kxmovie)

kxmovie是很早起的流媒体播放器,那时候ijk好像还没有开源,商业版也只有vitamio。 作为一个开发者先自己找下问题,再来讨论,开源也不是每一个开发者义务的事情。