Replies: 1 comment
-
Hello, if
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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 ofmain.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.
Beta Was this translation helpful? Give feedback.
All reactions