First off, this library is awesome thanks for developing and maintaining it!
I have been trying to get the client-read-h264 demo up and running on my machine and am running into an issue finding the decoder from the avcodec library (C.avcode_find_decoder(C.AV_CODEC_ID_H264) is returning nil). I have followed the installation instructions suggested in the comment of main.go and am getting the program to compile, but I am wondering if there is an extra step I need to do to link the library.
Any advice would be greatly appreciated, and apologies if this is not the correct format for this type of question.