nextlib icon indicating copy to clipboard operation
nextlib copied to clipboard

How to active H263 codecs for this repo?

Open AlexTraan opened this issue 1 year ago • 1 comments

Hi Admin,

I dont see the h263 codecs in support list, can you guide how to active it?

Thanks you

AlexTraan avatar Oct 21 '24 11:10 AlexTraan

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.

fenjuly avatar Nov 19 '24 08:11 fenjuly