ijkplayer icon indicating copy to clipboard operation
ijkplayer copied to clipboard

Android/iOS video player based on FFmpeg n3.4, with MediaCodec, VideoToolbox support.

Results 277 ijkplayer issues
Sort by recently updated
recently updated
newest added

IjkMediaPlayer 中 onNativeinvoke中返回的代码为 1 131105 131106 131073 131074 2 3 131105 131106 131073 131074 4 3 131105 131106 131073 131074 4 3 131105 131106 131073 131074 4 3 状态一直在4和3中反复横跳

打日志发现,在read_thread里面的最后的for循环 ` if (is->paused && (!strcmp(ic->iformat->name, "rtsp") || (ic->pb && !strncmp(ffp->input_filename, "mmsh:", 5)))) { /* wait 10 ms to avoid trying to get another packet */ /* XXX: horrible */...

如题 好像对点播rtsp协议的视频,没有缓冲吗?

We have a very time sensitive use-case, where we have to pause a video at specific positions. It should be almost frame accurate. We try AVPlayer on iOS, and exoplayer...

ijkMediaPlayer.setOption(IjkMediaPlayer.OPT_CATEGORY_PLAYER, "enable-accurate-seek", 1) 加入之后,虽然能能精确seek,但是加载视频到显示画面需要耗时好几秒,seek性能也有明显的卡顿。去掉enable-accurate-seek就基本能秒播,seek也很快。 大家有没什么优化的办法。

HTTP error 404 Not Found Failed to open fragment of playlist 0 DASH request for url 'xxxxxx.m4s', offset 0, playlist 0 Setting default whitelist 'http,https,tls,rtp,tcp,udp,crypto,httpproxy' tcp did open uri =...

**MEDIA_INFO_BUFFERING_END** and **onBuffering** event is never called in `onInfo` callback before `start` called. Once `start` called, the events happened.

Please update the Exo library and FFmpeg library with the latest one

请教一下, ijk playback rate 范围是多少。 代码在哪里有明确定义。 bilbi app 中 设定范围是0.5-2。 我这边测试设置0.25 后存在一些问题,比如 由0.25 设置回1.0 时,需要一段时间才能音画同步!

问题是这样的:我用ijk播放rtsp流,但是播放一段时间就卡死,画面不懂了,必须的把原来的ijk删除,重新建立一个ijk拉流,但是就在删除和重建ijk的时候就会偶尔崩溃,我用bugly监控到很多如下的崩溃信息: SEGV_ACCERR IJKPlayer video_refresh_thread收起 出错堆栈 0 IJKPlayer video_refresh_thread + 152 1 IJKPlayer video_refresh_thread + 124 2 IJKPlayer SDL_RunThread + 72 3 libsystem_pthread.dylib __pthread_start + 148 SEGV_ACCERR IJKPlayer decode_interrupt_cb收起 出错堆栈 0...