Arun
Arun

Reputation: 2572

jmf file play error

I have taken the code from the url and tried to play a file of mpg format as shown below:

Code URL: http://snippets.dzone.com/posts/show/2912

File URL: http://www.fileformat.info/format/mpeg/sample/index.htm

I am getting an error as follows:

  Unable to handle format: MPEG, 320x200, FrameRate=23.9, Length=96000
Failed to realize: com.sun.media.PlaybackEngine@75982fc1
Error: Unable to realize com.sun.media.PlaybackEngine@75982fc1

As iam new to jmf, kindly help me in this issue.

Upvotes: 2

Views: 2066

Answers (1)

Jagat
Jagat

Reputation: 1392

I've used that code before and that sample can play only some kind of videos with high resolution. Try getting a 720p mpg file(perhaps a tv series dvd rip) and playing it.

Upvotes: 1

Related Questions