Hey,
I just wanted to make a really simple AVI player in Java using JVLC or VLCJ.
I don't want the full functionality of VLC with streams and DVDs and etc. Just an avi player.
I'm really hoping it would be independent of the OS it's running on but it seems like the source code really depends on that when it shouldn't.
Is there any way around this? Can anyone give me an example of just a simple Canvas that runs a video file? I can't even get the VLCJ samples to compile. It uses things from Apache and etc that even though I went searching for it's still having runtime errors.
Thanks.