I have some questions regarding JavaFX that I can’t seem to find the correct answers to.
Im about to write an applet (javafx applet) that vizualises a streaming video from a network camera. My clients will use their favourite web browser to view the streaming video sequence. (I first considered using Java Media Framework (JMF), because it seemed to fit my needs, even though I know that sun has almost “abandoned” it. The reason im not using JMF is that my clients is not able to see the video stream unless they install JMF third party libs. And the clients are just supposed to have a standard JDK on their desktops)
So my Question to you is the following:
Do you think javafx is the pragmatic way to solve this problem?
Is it possible to execute/view javafx-applets if I, as a client only has a standard JDK installed? (no need for extra javafx- jar/libs) ?
