Hi,
I am going to write a program that can encode and decode H264 video. But it’s implemented in JMF. So I need to write a plugin for JMF to make it support for H264. I found there is a class "org.jitsi.impl.neomedia.codec.video.h264.*” that supports JNIEncoder and JNIDecoder.
Is it possible to use these two class to implement H264 codec in JMF? I found there functions in these two class is similar to the functions which need to be implemented in JMF.
Thank you very much.