Stephen Rhodes

Results 45 comments of Stephen Rhodes

It looks like the situation is that the FFMPEG development libraries on the machine are static, but libavio requires dynamic linking. Normally, Ubuntu will install both the static and dynamic...

cmake will cache values when it runs, and it may preserve settings that are not useful if the machine configuration has been changed. This can often lead to confusing results...

Thank you so much for the pull request. I am not familiar with telegram, it looks like an interesting option that might be viable. At some point I would like...

You are correct that this will cause a memory leak, thank you for pointing this out. There are even a couple more similar conditions in lines 1868 and 1873. I...

Hi Petter, It's nice to see your message, hope all is well. The leak can be seen from the code, there is a close command that should follow that was...

It seems like the Tenda cameras should support ONVIF, although it is not unusual for specific cameras to have different interpretations of the standard. I have not seen reference to...

Thank you for reaching out, the install is a little different than most pip installs with the extra step for the dependencies. Glad to hear you were able to get...

Thank you so much for reaching out. The error you are seeing is due to the failure of the libavio module. Usually these types of errors are due to a...

Thank you so much for your perseverance in discovering the cause of the problem, I was unaware of the ffmpeg 7 issue. I tried it myself and actually got a...

I'm actually on m2. The difference in the messages has me a little worried that there may be different compile procedures based on architecture. Installing with brew for ffmpeg@6 did...