-
i want to download v.1.141 .......any idea how can i do that?
I tried this but it doesnt work
cvs -d ":pserver:anonymous@fmj.cvs.sourceforge.net:/cvsroot/fmj " checkout -P -r v.1.141.
2010-01-06 18:36:48 UTC by amitsehravat
-
Hi friends,
I have a question, I'm using the class FmjStudio on windows, I can not understand how if I want to run on Linux or Mac OS.
Thanks.
2010-01-05 17:00:43 UTC by tecnocampus
-
If you are using Eclipse, right click on the project>team>apply patch.
You'll also need to recompile the dll which requires downloading and installing the windows SDKs and adjusting the build file for your environment. It is a bit of a pain in the ass.
2010-01-04 17:23:09 UTC by mturkel
-
Hello,
I tried to play an .amr file with FMJStudio
but I was not able to do it.
The received exception is the following:
Could you tell me something about the error?
Thank you,
Ferenc
WARNING: net.sf.fmj not found in PackageManager.getContentPrefixList() and PackageManager.getProtocolPrefixList(); is JMF ahead of FMJ in the classpat
h?
INFO: JMF detected in classpath...
2010-01-03 14:50:34 UTC by turif
-
Sorry to ask silly question,
How can I apply this patch to my existing project?
Your patch will be really useful to my project, thank you mturkel.
2009-12-26 11:36:30 UTC by heartnetkung
-
No, there is no format-restriction in LTI-CIVIL. FMJ, however uses the first enumerated Format in
net.sf.fmj.media.protocol.civil.DataSource.
Just add a new connect-Method with a VideoFormat Parameter.
Add after **captureStream.getVideoFormat();**
the following lines (when format is your civi-videoFormat parameter):
if (format != null) {...
2009-12-21 11:00:56 UTC by species8372
-
Hoping this helps remind people I'm still here looking for an answer of any kind... Thanks!
2009-12-18 20:30:32 UTC by cplukas
-
Thanks for answering bigredFed but I can not understand very well, this error happened with jmf and now also with fmj. Thanks again.
2009-12-18 15:42:36 UTC by tecnocampus
-
I've seen this occur when you pass a buffer to the native code and it is cleared or garbage collected on the java side before the codec is done rendering the image.
2009-12-18 14:15:56 UTC by bigredfed
-
Hi,
I have the following error when running my application and I have no idea why:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d953563, pid=2108, tid=2792
#
# JRE version: 6.0_16-b01
# Java VM: Java HotSpot(TM) Client VM (14.2-b01 mixed mode, sharing windows-x86 )
# Problematic frame:
# V [jvm.dll+0xa3563]...
2009-12-18 13:04:26 UTC by tecnocampus