ahmethmo / webcamstudio

Automatically exported from code.google.com/p/webcamstudio
GNU General Public License v3.0
0 stars 0 forks source link

Installing WCS0.57 on Windows 7 x64 fails #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Installing bundeled Gstreamer 0.10
2. Running WebcamStudio.jar.

What is the expected output? What do you see instead?
WebcamStudio should show splash and start.
Shows splash and generates fatal exception.
"Exception in thread "main" java.lang.UnsatisfiedLinkError: Could not load 
library gstreamer-0.10"

What version of the product are you using? On what operating system?
WebcamStudio 0.57b2 on Windows 7 x64

Please provide any additional information below.

Original issue reported on code.google.com by wecks...@gmail.com on 16 Jun 2011 at 9:30

GoogleCodeExporter commented 8 years ago
Are you using the 64 bits JRE or the 32 bits.  The included msi provides 32 
bits version of gstreamer, look on the site of gstreamer if they have the 64 
bits (see read me.txt for link).  Keep me posted of your results

Original comment by patrick.balleux on 17 Jun 2011 at 6:46

GoogleCodeExporter commented 8 years ago
Java is 64-bit.

java version "1.6.0_24"
Java(TM) SE Runtime Environment (build 1.6.0_24-b07)
Java HotSpot(TM) 64-Bit Server VM (build 19.1-b02, mixed mode)

To my understanding there is no gstreamer x64 available from OSSBuild 
(=precompiled).

Original comment by wecks...@gmail.com on 17 Jun 2011 at 6:55

GoogleCodeExporter commented 8 years ago
That could be the issue.  Under Ubuntu, we have the 64 bits version of 
gstreamer...  Could you try with a 32 bits version of Java to see if that would 
make it work?

Original comment by patrick.balleux on 11 Aug 2011 at 9:55

GoogleCodeExporter commented 8 years ago
Migrating to FFMPEG for the next release which will solve the issue 

Original comment by patrick.balleux on 13 Nov 2011 at 4:00