Video/Voice on Windows progress, fails to load fsrtpconference plugin

poelmanc cppidginim at stellarscience.com
Tue Mar 26 17:37:52 EDT 2013


It looks like  https://developer.pidgin.im/ticket/11075
<https://developer.pidgin.im/ticket/11075>   has been stalled for some time
so I took a crack at it. After several days of trial and error, version
mismatches, and autoconf hacking, I have pidgin on Windows compiling and
linking with farstream/gstreamer using:
 GTK+ 2.24 binaries download from 
http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/
<http://ftp.gnome.org/pub/gnome/binaries/win32/gtk+/>  .
 glib 2.32 binaries download from 
https://launchpad.net/~win-cross-dev/+archive/win-cross/+build/4076287
<https://launchpad.net/~win-cross-dev/+archive/win-cross/+build/4076287>  .
(Renamed .deb to .ar extracted files from the archive.)
 gstreamer and gst-plugins-{base,good,bad} 1.1.0.1 binaries download from 
http://lrn.no-ip.info/gstreamer/auto/
<http://lrn.no-ip.info/gstreamer/auto/>   (I somewhat arbitrarily picked the
2012-11-30 files, since newer versions require glib 2.36).
 libnice built from git clone http://cgit.collabora.com/git/libnice.git/
using a custom (badly hacked by me) Makefile.mingw since I couldn't get its
autoconf build to work on mingw.
 farstream from git clone git://git.collabora.co.uk/git/farstream.git built
with autoconf .
I had to make some fairly minor changes to libpurple source code, lots of
changes to the Pidgin mingw makefiles to allow GTK and GLIB to come from
different directories, and a few changes to the farstream code. I'll gladly
submit patches, and there are a number of other random instructions (run
glib-mkenums manually, download pkg-config-lite for mingw, set lots of
environment variables for farstream's configure) that I'm happy to write up
on the wiki. I haven't finished the "install" steps so I still manually copy
.dlls around to win32-install-dir and ~/.gstreamer-1.0.

So I set my GST_PLUGIN_PATH environment variable to ~/.gstreamer-1.0, set
GST_DEBUG='*:9', and fired up pidgin.exe from win32-install-dir. It starts
up and I have video/audio call options available, but when I try to talk to
a Linux buddy running Pidgin via our OpenFire XMPP server, the connection
fails with a debug message saying a glib factory couldn't create an object
of type "fsrtpconference". Sorry I don't have the exact text but apparently
the problem is that, while many gstreamer plugins have loaded successfully
as have some farstream plugins like fsrawconference, the fsrtpconference
plugin is failing to load. The gstreamer debug output just says:

0:00:00.455026000  9156     468600 LOG             GST_REGISTRY
gstregistry.c:1244:gst_registry_scan_path_level: file
C:\Users\cp\.gstreamer-1.0\libfsrtpconference.dll looks like a possible
module
0:00:00.455026000  9156     468600 DEBUG           GST_REGISTRY
gstregistry.c:1305:gst_registry_scan_path_level: file
C:\Users\cp\.gstreamer-1.0\libfsrtpconference.dll not yet in registry
0:00:00.456026000  9156     468600 DEBUG     GST_PLUGIN_LOADING
gstplugin.c:702:gst_plugin_load_file: attempt to load plugin
"C:\Users\cp\.gstreamer-1.0\libfsrtpconference.dll"
0:00:00.457026000  9156     468600 WARN      GST_PLUGIN_LOADING
gstplugin.c:734:gst_plugin_load_file: module_open failed:
`C:\Users\cp\.gstreamer-1.0\libfsrtpconference.dll': The specified module
could not be found.

I've load the file into Dependency Walker and I don't see any obvious
missing DLL dependencies. So I guess *my questions are*:
What would cause loading a plugin to fail?
Can you suggest any extra debugging steps I can try?

While it "feels" like I've made a lot of progress, I have yet to even see or
hear a connection like apparently these guys did (
http://eion.robbmob.com/blog/2009/08/14/pidgin-with-video-on-windows/
<http://eion.robbmob.com/blog/2009/08/14/pidgin-with-video-on-windows/>  )
3+ years ago. They evidently never got their changes fully working, so I
really don't know how close or far this is.Thanks in advance for any help or
suggestions you can offer.



--
View this message in context: http://pidgin.10357.n7.nabble.com/Video-Voice-on-Windows-progress-fails-to-load-fsrtpconference-plugin-tp125410.html
Sent from the Pidgin - Development mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://pidgin.im/pipermail/devel/attachments/20130326/6eba6bd8/attachment-0002.html>


More information about the Devel mailing list