linphone-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Linphone-users] Python Wrapper on Raspberry Pi 2: Critical error wi


From: Ghislain MARY
Subject: Re: [Linphone-users] Python Wrapper on Raspberry Pi 2: Critical error with display video enabled
Date: Mon, 28 Dec 2015 12:07:25 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hi Moritz,

Indeed, as the log is saying no display filter is available. This is because the linphone for raspberry packages we provide are built without video support so that it can run on raspberry PI with no x11 stack installed (that is probably the most common case).
If you wish to have video display you will need to build it yourself following the instructions on the wiki. Just make sure the x11 and xv libraries and headers are available in your rootfs before building linphone.

Cheers,
Ghislain

On 12/22/2015 08:41 PM, address@hidden wrote:

Hi,

 

I found this error has been reported already twice (https://lists.gnu.org/archive/html/linphone-developers/2015-06/msg00093.html and https://lists.gnu.org/archive/html/linphone-users/2015-04/msg00015.html) but unfortunately, no solution has been provided yet.

 

I started with the example code provided here: https://wiki.linphone.org/wiki/index.php/Raspberrypi:start

 

I just changed the line

self.core.video_display_enabled = False

to

self.core.video_display_enabled = True

 

The code crashes with the following line after the caller tries to start a video connection.

 

INFO:root:Using WebM Project VP8 Decoder v1.4.0

ERROR:root:no such method on filter MSVp8Dec, fid=16389 method index=7

CRITICAL:root:No video display filter could be instantiated. Please check build-time configuration

 

I am running on clean raspbian installation on a Raspberry Pi 2 model B.

 

Any help would be appreciated.

 

Kind regards,

 

Moritz



_______________________________________________
Linphone-users mailing list
address@hidden
https://lists.nongnu.org/mailman/listinfo/linphone-users


reply via email to

[Prev in Thread] Current Thread [Next in Thread]