Questions tagged [ijkplayer]

Android/iOS video player based on FFmpeg

Android/iOS video player based on FFmpeg

25 questions
1
vote
0 answers

How many Frames decoder stores in his memory-buffer

Just want to know how long decoder will buffer frames until next I frame comes? If we consider a GOP I1P2P3P4I2P5P6... Then, the decoder will buffer up to I1 to P4? If suppose I require frame P4 again after decoding P6 then what decoder will…
MSD Paul
  • 1,648
  • 3
  • 13
  • 31
1
vote
1 answer

Android ndk build failed

Though my current ndk version is greater than r10e , but it is saying build on Linux x86_64 ANDROID_NDK=/root/Android/Sdk/ndk-bundle/ IJK_NDK_REL=15.1.4119039 You need the NDKr10e or later EDIT I am trying to build ijkplayer , I am just following…
mSapps
  • 601
  • 9
  • 24
0
votes
0 answers

UnknownPluginException: Plugin [id: 'com.android.application', version: '7.1.2', apply: false] was not found in any of the following sources:

I need a ijkplayer in my current project. I added these dependencies to my app level gradle file: implementation 'tv.danmaku.ijk.media:ijkplayer-java:0.8.8' implementation 'tv.danmaku.ijk.media:ijkplayer-armv7a:0.8.8' followed all instructions in…
0
votes
0 answers

'flutter_ijkplayer' setFileDataSource Showing a Black screen before video loading.How can i fix it?

I was making a video player in Android with flutter. I am using 'flutter_ijkplayer' for video playback. https://github.com/CaiJingLong/flutter_ijkplayer My problem is every time i set 'setFileDataSource' and play it shows a black screen before…
Lins Louis
  • 2,393
  • 2
  • 25
  • 30
0
votes
1 answer

java.lang.UnsatisfiedLinkError after switching from Android Sudio 3.2.1 to 4.1.2

I've an android app using IJKPlayer with ffmpeg*.so libraries. In a small test app, IJKPlayer libraries are references like this: apply plugin: 'com.android.library' android { // http://tools.android.com/tech-docs/new-build-system/tips …
Harry Developer
  • 260
  • 1
  • 3
  • 15
0
votes
1 answer

How to change HLS quality in ijkplayer for flutter or alternative solutions?

Hi can anyone help me with this issue, we decided to use the flutter ijkplayer as it's the only player on flutter that supports the option to change playback speed, but it doesn't have the option to change the hls quality, and neither does any other…
gh05t
  • 41
  • 1
  • 8
0
votes
1 answer

Android 9.0 ijkplayer setSpeed fail

When I try to change video speed on Android 9.0, it dosen't work. Only fo 9.0 and only when set speed over 1.0. I just use mIjkVideoPlayer.setSpeed(1.0). It works on all other devices under 9.0. ijkplayer verson: 0.8.8 and this is the error…
king meng
  • 11
  • 2
0
votes
1 answer

How to make player resume from the newest frame?

I use ijkplayer to play the live video in my ios app. Here is the code for player initialization let options = IJKFFOptions.byDefault() let streamUrl:String = "http://xxxxxxxxx.com/test/7777.flv" let player =…
LF00
  • 27,015
  • 29
  • 156
  • 295
0
votes
1 answer

cannot fill the screen even when I set fill_parent in ijkplayer

we have a Live show module to do recently. I have a question about the setAspectRatio(IRenderView.AR_ASPECT_FILL_PARENT) ,it is useless in my project. we use the PLDroidMediaStreaming sdk to publish the live and get the playURL, At first, we want to…
yuanqing
  • 1
  • 3
0
votes
5 answers

On updating android stdio,Error:Execution failed for task ':app:dexDebug'. > com.android.ide.common.process.ProcessException:

Today when i had updated my android stdio , then i had seen following error , i can not understand cause for these error but it is giving a lot of truble . Error:Execution failed for task ':app:dexDebug'. >…
Shubham Sharma
  • 2,763
  • 5
  • 31
  • 46
1
2