Hey there,
I am putting together a player in Java but am running into a wall where decoding flv files is concerned. I've come across the libavcodec library which offers support for this sort of operation but everything else I've written is in C. I've considered using the JNI to communicate between the two but I don't know if that is preferred to just rewriting the vp6.c stuff for C back in Java. Any ideas? Has this problem been solved before? And, if so, did it turn out to be the best way to do this?
thanks.