tcking / GiraffePlayer

android video player base on ijkplayer
Apache License 2.0
681 stars 199 forks source link

Error playing MKV (IjkMediaPlayer: Error (-10000,0) ) #81

Open HazimSharif opened 7 years ago

HazimSharif commented 7 years ago

Hi,

I'm getting error when playing MKV file "IjkMediaPlayer: Error (-10000,0) " I checked ijkplayer repository and found below :

"If you prefer more codec/format cd config rm module.sh ln -s module-default.sh module.sh cd android/contrib

cd ios

sh compile-ffmpeg.sh clean"

Can you please advise how i can do this on GiraffePlayer, or it should be done by you when compiling the library ?

Many thanks,

tcking commented 7 years ago

u can try full-featured so

if u want to compile the ijkplayer by you self:

  1. compile the so flow the step by ijkplayer readme
  2. after compile completed then copy so files to GiraffePlayer/ijkplayer-java:
    cp ijkplayer/ijkplayer-armv5/src/main/libs  ijkplayer-java/src/main/jniLibs
    cp ijkplayer/ijkplayer-armv7a/src/main/libs  ijkplayer-java/src/main/jniLibs
    cp ijkplayer/ijkplayer-arm64/src/main/libs  ijkplayer-java/src/main/jniLibs
    cp ijkplayer/ijkplayer-x86/src/main/libs ijkplayer-java/src/main/jniLibs