Question

I am working on a playout and wants to preview a .mpg file with javafx media .I have tried playing the file but MEDIA_UNSUPPORTED : Unrecognized file signature! exception was thrown is it possible to do that using codecs if yes which codecs do i need to install .i havent tried anything else yet but suggestions are most welcome

Was it helpful?

Solution

No, JavaFX 2 cannot play mpeg2 encoded files (with the exception of the audio layer mp3).

The list of supported codec types for JavaFX is not extensible beyond those documented.


There is some sample code to integrate the 3rd party vlcj component with a JavaFX 2 canvas node, but that does not make use of JavaFX 2 media.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top