문제

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

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top