You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using linphone for Android latest version (5.2.5, downloaded from Play Store) and observing the following abnormal behaviour:
If I configure a non-default "recv-fmtp profile" for the H264 codec under the "Video" settings, e.g. "profile-level-id=4d001F", this value is not preserved forever. It randomly changes back to the default ("profile-level-id=42801F") after a day or two.
Why could this be happening? Looks like a bug (?)
Is there a way to prevent this from happening?
This was observed multiple times, on a Nokia X30 device running Android 14
Thanks,
Aris
The text was updated successfully, but these errors were encountered:
Viish
transferred this issue from BelledonneCommunications/linphone-android
Oct 14, 2024
The change happened overnight.
Taking a quick log at the logs, it appears like the application restarted at least twice (at 22:20 and 00:20) due to 'low memory' (?), and probably the change occured during the startup, see line 33512, copied also below:
2024-10-14 22:20:37:199 [org.linphone/liblinphone] MESSAGE Codec H264/90000 fmtp=[profile-level-id=42801F] number=-1, default enablement: 1) added to the list of possible codecs.
Could it be that the profile-level-id that I am selecting does not belong to the "list of possible codecs"?
regards,
Aris
P.S. I just managed to reproduce the problem, by doing a "Force stop" of the application. . So, this translates to two distinct issues here:
a. After restarting the application, the recv-fmtp takes the default value
b. application restarts often due to low memory
Hi,
I am using linphone for Android latest version (5.2.5, downloaded from Play Store) and observing the following abnormal behaviour:
If I configure a non-default "recv-fmtp profile" for the H264 codec under the "Video" settings, e.g. "profile-level-id=4d001F", this value is not preserved forever. It randomly changes back to the default ("profile-level-id=42801F") after a day or two.
Why could this be happening? Looks like a bug (?)
Is there a way to prevent this from happening?
This was observed multiple times, on a Nokia X30 device running Android 14
Thanks,
Aris
The text was updated successfully, but these errors were encountered: