Hi, Linphone built fine with last commit and with --enable-glx and --disable-ffmpeg options (vim-common was needed at build time). Now Linphone don't crashes if I enable self-view. But window with self-view appeared with picture of window background, then this window becomes black after updating. This behavior the same with /dev/video0 selected or static picture.
I have problems with compilation kopete jabber protocol against ortp-0.21.1 https://bugs.kde.org/show_bug.cgi?id=318825 /builddir/build/BUILD/kdenetwork-4.10.2/kopete/protocols/jabber/googletalk/libjingle/talk/session/phone/linphonemediaengine.cc:146:57: error: 'AudioStream' has no member named 'session' /builddir/build/BUILD/kdenetwork-4.10.2/kopete/protocols/jabber/googletalk/libjingle/talk/session/phone/linphonemediaengine.cc:157:55: error: 'AudioStream' has no member named 'session' Here corresponding code http://websvn.kde.org/tags/KDE/4.10.2/kdenetwork/kopete/protocols/jabber/googletalk/libjingle/talk/session/phone/linphonemediaengine.cc?revision=1347869&vi ew=markup Is there common fix for such compilation errors? Ghislain Mary wrote: > Hi, > > I just committed a fix for this issue. When disabling ffmpeg every video > rendering filters in mediastreamer2 were disabled at compilation time > because most of them depend on ffmpeg for scaling (the Xv and SDL rendering > filters have this dependency). However the OpenGL rending filter doesn't > have this dependency but was disabled anyway. > So now we try to enable the OpenGL rendering filter when ffmpeg is > disabled. But for it to be enabled you need to have the OpenGL development > headers and libraries installed. > So if you should now be able to have video with the VP8 codec without > ffmpeg using the OpenGL renderer. Please try and let us now the result. > > Cheers, > Ghislain > > > On 25 April 2013 01:53, <[email protected]> wrote: > >> Hi, >> >> I compiled linphone-3.5.99.0 for Fedora 18 with --disable-ffmpeg >> option, now build was successful, without mandatory ffmpeg for >> video support error which was in previous versions. >> Does it mean that video calls possible now with vp8 and theora codecs >> and without ffmpeg? >> ffmpeg is not available in Fedora repos because of problems with patents. >> >> When I select in main menu "Enable self-view" linphone crashes: >> >> #0 ms_filter_call_method (f=0x0, id=id@entry=157188, >> arg=arg@entry=0xbfffec40) >> at base/msfilter.c:198 >> #1 0xb7e81db3 in video_preview_start (stream=0x82364d8, device=0x816d0a8) >> at voip/videostream.c:703 >> #2 0xb7f7610a in toggle_video_preview (lc=lc@entry=0x815d630, val=1 >> '\001') at linphonecore.c:4361 >> #3 0xb7f7e1fe in linphone_core_iterate (lc=lc@entry=0x815d630) at >> linphonecore.c:2154 >> #4 0x0805b2c2 in linphone_gtk_iterate (lc=0x815d630) at main.c:557 >> #5 linphone_gtk_iterate (lc=lc@entry=0x815d630) at main.c:547 >> #6 0xb6c94e50 in g_timeout_dispatch (source=source@entry=0x8177e90, >> callback=0x805b290 <linphone_gtk_iterate>, user_data=0x815d630) at >> gmain.c:4026 >> #7 0xb6c9415b in g_main_dispatch (context=0x80c7250, >> context@entry=0x80ea418) >> at gmain.c:2715 >> #8 g_main_context_dispatch (context=context@entry=0x80c7250) at >> gmain.c:3219 >> #9 0xb6c94500 in g_main_context_iterate (context=0x80c7250, >> block=block@entry=1, dispatch=dispatch@entry=1, self=<optimized out>) at >> gmain.c:3290 >> #10 0xb6c94963 in g_main_loop_run (loop=loop@entry=0x81dacb0) at >> gmain.c:3484 >> #11 0xb7403040 in IA__gtk_main () at gtkmain.c:1257 >> #12 0x08058bd5 in main (argc=1, argv=0xbffff064) at main.c:1994 >> >> >> >> Margaux Clerc wrote: >> >> > Hi, >> > >> > Before the next release of Linphone , a beta version is available here : >> > >> > >> http://download.savannah.gnu.org/releases/linphone/unstable/source/linphone-3.6-beta-1.tar.gz >> > >> > The new features are : >> > >> > - reworked UI >> > >> > - chat messages storage >> > >> > - uPnP >> > >> > - ICE >> > >> > - Call stats and call recording >> > >> > >> > Please take time to polish translations and report bugs before the >> > final version. >> > >> > -- >> > >> > Margaux Clerc >> -- >> Alexey Kurov <[email protected]> >> >> >> _______________________________________________ >> Linphone-users mailing list >> [email protected] >> https://lists.nongnu.org/mailman/listinfo/linphone-users >> -- Alexey Kurov <[email protected]> _______________________________________________ Linphone-users mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/linphone-users
