liblinphone
liblinphone copied to clipboard
Using the h264 hardware on raspberry Pi
Hello!
The raspberry Pi has a h264 Codec in hardware, which can be used by FFmpeg, when it is compiled with the omx Library.
Is it possible to use this hardware encoder with linphone to encode the video stream in h264? If so, how can I achieve that?
Thanks!
Michael
Hi ! Actually the FFmpeg version used by linphone is too old to do what you want. You could try to rebase the custom changes on a newer release of FFmpeg and modify build options in the CMakeBuilder module (in builders/ffmpeg.cmake)