Closed mm318 closed 4 years ago
Issue-Label Bot is automatically applying the label bug
to this issue, with a confidence of 0.97. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
A fix has been merged into master. Leaving this issue open until the release is available in apt
The fix has been released to version 2.0.3.
With https://github.com/aws-robotics/kinesisvideo-encoder-common/pull/35, there is an initial attempt to open the
h264_omx
encoder to detect whether or not it is available. However, the attempt to open it gives a message like:and fails to correctly identify that the encoder is actually there available and working.
I suspect this is because the
h264_omx
encoder is being attempted to be opened inis_codec_available()
with unset parameters (where the timebase, or framerate, is not set as the error message above indicates).