liblinphone icon indicating copy to clipboard operation
liblinphone copied to clipboard

Using the h264 hardware on raspberry Pi

Open schneutz opened this issue 6 years ago • 1 comments

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

schneutz avatar Jan 14 '19 06:01 schneutz

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)

KyronNextLevel avatar Apr 12 '19 12:04 KyronNextLevel