x64 Windows 7 version of GStreamer
Can anyone point me to a build of GStreamer for 64 bit Windows 7? I'm looking for a way to play mkv and avi files in Java and all things point to GStreamer, but they don't build for windows, and OSSBuild doesn't build for x64. I would use Xuggler, but they don't have support for x64 either (http://www.xuggle.com/xuggl开发者_如何转开发er/downloads/).
If anyone has any other suggestions on other ways to play videos in Java (preferably receiving input from an InputStream), that'd be amazing too.
You can build GStreamer with mingw64.
The Fedora Mingw project provides builds for 32 and x64, the development package is there: http://svn.openftd.org/viewvc/Fedora%20Cross%20Compiler%20Framework/mingw-gstreamer/
精彩评论