Hi there,
I'm wanting to develop an application to play video encoded as mpeg4 using the H264 codec with sound encoded with PCM. I've worked through the examples and can play flv and m4v (H264 and AAC encoded) video.
In looking at the JavaFX Media package notes (
http://docs.oracle.com/javafx/2/api/javafx/scene/media/package-summary.html) I see that H264 is supported but with AAC audio encoding. Is there any way to play the videos I have with a
Java application (open to other cross-platform environments too if this is too difficult)?
Thanks,
D