Replies: 1 comment 1 reply
-
My bad: This error happens since for encoding with h264 OvenMediaEngine requires ffmpeg to be build with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm the maintainer of the Arch Linux OME package, which is build to use the system libraries (
/usr/lib
) and does not use theprerequisites.sh
script.It works fine with a bypass profile, but starting a stream that requires h264 encoding fails with
E [Dech264:2251236] Transcoder | encoder_avc_openh264.cpp:131 | Could not find encoder: 27 (h264)
(which references this line).One could think that it can't find the
libx264.so
library, butldd /usr/bin/OvenMediaEngine
says otherwise:This is the config I'm using. Sending a stream 'foo' to the RTMP port successfully starts the
foo
OutputStream, but fails to create thefoo_encode
OutputStream with the aforementioned error.Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions