|
@@ -7,6 +7,11 @@
|
|
|
ifdef::env-github,env-browser[:outfilesuffix: .adoc]
|
|
|
|
|
|
|
|
|
+[WARNING]
|
|
|
+====
|
|
|
+This +++<abbr title="Application Programming Interface">API</abbr>+++ is deprecated.
|
|
|
+====
|
|
|
+
|
|
|
Relevant forum topics:
|
|
|
|
|
|
link:http://hub.jmonkeyengine.org/t/ive-made-a-movieappstate-so-you-dont-have-to/31673[http://hub.jmonkeyengine.org/t/ive-made-a-movieappstate-so-you-dont-have-to/31673]
|
|
@@ -22,16 +27,8 @@ link:http://jogamp.org/deployment/jogamp-next/javadoc/jogl/javadoc/com/jogamp/op
|
|
|
link:http://www.xuggle.com/xuggler[Xuggler]
|
|
|
|
|
|
|
|
|
-[WARNING]
|
|
|
-====
|
|
|
-This +++<abbr title="Application Programming Interface">API</abbr>+++ is deprecated.
|
|
|
-====
|
|
|
-
|
|
|
-
|
|
|
jMonkeyEngine supports Jheora Ogg video (`com.jme3.video`).
|
|
|
|
|
|
-Full code sample here: link:http://code.google.com/p/jmonkeyengine/source/browse/trunk/engine/src/jheora/com/jme3/video/TestVideoPlayer.java[TestVideoPlayer.java]
|
|
|
-
|
|
|
You create either a file inputstream to load the video from your hard drive:
|
|
|
|
|
|
[source,java]
|