nextlib
nextlib copied to clipboard
How to active H263 codecs for this repo?
Hi Admin,
I dont see the h263 codecs in support list, can you guide how to active it?
Thanks you
Edit the setup.sh file,
add find this line ENABLED_DECODERS=......, just append h263 to the list, then, run the script to compile ffmpeg.
And find the Java File FfmpegLibrary, go to the method getCodecName and the decoder you want to support, in here is h263
ps: if you want support to play flv file which contains the h263 video stream( called Sorenson Spark (base on H.263)), yo should add flv instead of h263 to the decoder list.