BelledonneCommunications / linphone-desktop

Linphone is a free VoIP and video softphone based on the SIP protocol. Mirror of git://git.linphone.org/linphone-desktop.git
https://linphone.org/
GNU General Public License v3.0
391 stars 200 forks source link

[Bug]: Video input device StaticImage not persisted after exit #800

Open lnpn23121 opened 6 months ago

lnpn23121 commented 6 months ago

Context

I use Debian Linphone-desktop Desktop 5.0.2 - Qt5.15.10 Core 5.2.0 to make one way video calls by setting video input device to StaticImage: Static picture which works as expected. After closing the application and opening it again, video input device is reverted to video capture device.

General information

http://deb.debian.org/debian/pool/main/l/linphone-desktop/linphone-desktop_5.0.2-4.debian.tar.xz

Expected behaviour

After changing video input device to StaticImage: Static picture and closing the application, the video input device should remain as StaticImage: Static picture when opening the application again.

To Reproduce

  1. Set video input device to StaticImage: Static picture
  2. Close the application
  3. Open the application
  4. Check video input device

Additional context

During video call using StaticImage, it still uses quite a bit of bandwidth, is there a way to reduce it or eliminate bandwidth usage? Also can StaticImage or one way video be added to Android client?

SDK logs URL

No response