Could the jme play vedio?

could the JME play vedio?? how??

could someone give me some demo?

how did you make the .mesh.xml;

if you mean video, then no, i don’t think theres a standard way to do it yet, but there are solutions being worked on i believe.

Do you mean playing a video inside a jme application? Yeah, it could, if you create a TestProject you will see a test class about it. Also, Skye Book made a video about it for Betaville.



http://vimeo.com/19295672http://vimeo.com/19295672

glaucomardano said:
Do you mean playing a video inside a jme application? Yeah, it could, if you create a TestProject you will see a test class about it. Also, Skye Book made a video about it for Betaville.

http://vimeo.com/19295672http://vimeo.com/19295672


coule you give me some sourcecodes.I could not open the url.

As I said before, all you need is under “new---->project---->TestProject” . You’ll see the source code as well, just search.

siyupy said:
could the JME play vedio?? how??
could someone give me some demo?
how did you make the .mesh.xml;


Why would you need an OGRE mesh for this?

glaucomardano said:
Do you mean playing a video inside a jme application? Yeah, it could, if you create a TestProject you will see a test class about it. Also, Skye Book made a video about it for Betaville.


Yes, that is Theora video playing inside of jME2. A similar situation should work for jME3 in grabbing frames and painting it on textures. It was a very simplistic approach I used at the time which could do well with separated render and decode threads. You still have the big problem with syncing audio, though, and then pushing it through jME's sound system (in jME2 there was the built-in system and Paul's 3D sound system, which was what we used).

I'm more intrigued by going the Berkelium route as of late, however and the brothers (not bros, quite literally brothers :)) who wrote the Java binding for it are interested in seeing it work in jME (as well as further progressing the Java wrapper).

Linked below is what I had achieved thus far, unfortunately the only bindings built are for Win32. I modified the build script quite a bit to get it going on OS X and ended up drilling down to building Berkelium, which brought me to building Chromium on OS X Lion (evidently not a smooth operation at this point).

http://hub.jmonkeyengine.org/groups/contribution-depot-jme3/forum/topic/run-a-chrome-window-within-jme3-berkelium-integration/
1 Like