Closed rajatsrao closed 6 months ago
Hi, At first, you should evaluate on the last version (5.2.4) and not a version that has more than 1 year. H263 is obsolete and Linphone is no longer supporting it. But you still can build it with "-DENABLE_H263=ON -DENABLE_H263P=ON -DENABLE_FFMPEG=ON -DENABLE_GPL_THIRD_PARTIES=ON" Also, you need to patch mediastreamer2 to add this line in src/utils/ffmpeg-priv.h:
Your codec should appears in the settings as deactivated. You have to activate it from there. Regards
Context
I am evaluating linphone as a SIP client and need support for H263 video codec because the other node only supports H263
General information
Expected behaviour
I ran the build following the readme -
Then I run the app
And the log has this -
There's an error message indicating that H263 codec could not be found. How do I fix this? I have ffmpeg installed and H263 works with other open source SIP clients on my laptop (like PJSIP).
To Reproduce
Steps to reproduce are to build as per my description above and running the app.
Additional context
No response
SDK logs URL
No response