Closed GoogleCodeExporter closed 9 years ago
wget -r -np -nH --cut-dirs=3
http://webcamstudio.googlecode.com/svn/trunk/trunk/vloopback/
cd vloopback
make && make install
Original comment by cribb...@gmail.com
on 14 Apr 2011 at 2:12
Have you installed from the DEB package?
Original comment by patrick.balleux
on 22 Apr 2011 at 6:51
[deleted comment]
I also installed from deb packages and did the steps cribbens suggested.
uname -r
2.6.35-28-generic
kernel headers are also installed but dmesg yields
webcamstudio: disagrees about version of symbol video_unregister_device
webcamstudio: Unknown symbol video_unregister_device (err -22)
webcamstudio: disagrees about version of symbol video_device_alloc
webcamstudio: Unknown symbol video_device_alloc (err -22)
webcamstudio: disagrees about version of symbol video_register_device
webcamstudio: Unknown symbol video_register_device (err -22)
webcamstudio: disagrees about version of symbol video_device_release
webcamstudio: Unknown symbol video_device_release (err -22)
Original comment by Pferd...@googlemail.com
on 24 Apr 2011 at 11:51
I am also experiencing this issue on 11.04 version .57 Alpha 2 intsalled from
DEB
Original comment by limalolo...@gmail.com
on 14 May 2011 at 7:06
Have you recompiled v4l modules or anything about your kernel? I've seen this
in the past where a custom v4l2, kernel module would prevent the loopback from
working.
Original comment by patrick.balleux
on 23 May 2011 at 2:06
Same issues.
Standard 11.04 32bit install without any changes.
Original comment by evanr...@gmail.com
on 24 May 2011 at 7:38
erik@erik-PC:~$ webcamstudio
Using JRE: /usr/lib/jvm/java-6-openjdk/bin
Module webcamstudio is not loaded...
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load
library 'glib-2.0': libglib-2.0.so: cannot open shared object file: No such
file or directory
at com.sun.jna.NativeLibrary.loadLibrary(NativeLibrary.java:164)
at com.sun.jna.NativeLibrary.getInstance(NativeLibrary.java:237)
at com.sun.jna.Library$Handler.<init>(Library.java:140)
at com.sun.jna.Native.loadLibrary(Native.java:374)
at org.gstreamer.lowlevel.GNative.loadNativeLibrary(GNative.java:48)
at org.gstreamer.lowlevel.GNative.loadLibrary(GNative.java:45)
at org.gstreamer.lowlevel.GlibAPI.<clinit>(GlibAPI.java:36)
at org.gstreamer.lowlevel.GMainContext.<init>(GMainContext.java:30)
at org.gstreamer.Gst.init(Gst.java:224)
at webcamstudio.Main.<init>(Main.java:83)
at webcamstudio.Main.main(Main.java:2419)
Original comment by evanr...@gmail.com
on 24 May 2011 at 7:44
Hmm, I have another issue reporting problems with GLIB2.0... Seems that you
need to install the libglib-dev to make things work... I've fixed this with
the 0.57 beta 1 by adding a dependency. Could you validate?
Original comment by patrick.balleux
on 28 May 2011 at 7:04
I'm happy to report that I no longer get this error. Unfortunately, I can't
shed any light on how I got it to go away. I forgot about this app and recently
loaded it up and error is no more.
Original comment by dspsoci...@gmail.com
on 30 May 2011 at 4:17
Then will hope that is was an Ubuntu issue...
Original comment by patrick.balleux
on 4 Jun 2011 at 4:51
[deleted comment]
Same problem on debian, installed with .deb package.
$ webcamstudio
Using JRE: /usr/lib/jvm/java-6-sun/bin
Module webcamstudio is not loaded...
/usr/bin/webcamstudio: line 42: /usr/lib/jvm/java-6-sun/bin/java: (File not
found)
Original comment by 5n00p...@gmail.com
on 3 Jul 2013 at 11:27
Original issue reported on code.google.com by
dspsoci...@gmail.com
on 28 Mar 2011 at 4:07