2

I was trying to use FMJ (for windows/linux/mac). Where JMF was not working for me (so decided to work with FMJ as it is cross platform). But when ever i am trying FMJ it never works, where you can see the difference in the screen shot.

enter image description here

Note: I have two cameras connected in the same PC and Flash detects always both of them without any issue. But FMJ is never working?.

Matt Ball
  • 354,903
  • 100
  • 647
  • 710

2 Answers2

1

As you can see from the UnsatisfiedLinkException native code is used, and it is not set correctly up for your Linux box or the required binary is simply not there.

Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
  • 1
    I want to thank you. What i was facing is Flash/Flex does not care what Fmj is now facing, its never like plug and play, which is a bad end user experience. In this screen shot i know there is a missing libraries but how Flash didnt required it but Fmj failed ? ex: http://i.imgur.com/AjcJh.png –  Jan 08 '11 at 13:53
  • 1
    Yes, http://download.macromedia.com/pub/labs/stratus/stratus_app_article_assets_update.zip –  Jan 08 '11 at 16:34
  • 1
    http://labs.adobe.com/technologies/cirrus/samples/#resources if you compare this use experience and Fmj installation experience. You will find much easy to use the Flash one. But how can Fmj be as simple as possible to install in cross platform atleast ? Like cirrus does. –  Jan 08 '11 at 16:37
  • @Stackfan, if this kind of errors are unfamiliar to you, you will probably not find any Java+JNI solution fun, and you should probably go for another solution. – Thorbjørn Ravn Andersen Jan 08 '11 at 17:49
  • But can you see the differences where Flash start just like plug and play. But JMF/FMJ all other Java video frameworks does not get started just in the way plug and play should be. Is there no other solution for Java to have it solved either installing missing libraries or failed libraries using jnlp etc etc.. –  Jan 08 '11 at 21:44
1

It says it can not find libstdc++, I had similar problem with another lib, installing g++ helped. Try that.

Denis Tulskiy
  • 19,012
  • 6
  • 50
  • 68