I am trying to a media player using javafx that can support all leading video and audio formats. I did my homework and found this
java - playing wmv files using javafx media class - Stack Overflow
java - Adding other video codecs / DVD support to JavaFX 2.2 - Stack Overflow
I wanted to know, if I can do some tweaking to my code to make the media player support different formats ? The second link does disappoint me, but I still wanted to get sure !
Can the SwingFXUtils + FFMPEG do some good to me ?
Thanks,
-AA